Skip to content

Commit dbb0ebc

Browse files
committed
docs(README): remove snyk badge
1 parent f77f65e commit dbb0ebc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @vinejs/compiler
22

3-
[![gh-workflow-image]][gh-workflow-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url] [![snyk-image]][snyk-url]
3+
[![gh-workflow-image]][gh-workflow-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url]
44

55
The compiler is used to convert an array of schema nodes to a function with imperative JavaScript code that can be executed to validate a data object. The compiler operates at the low-level and does not offer any JavaScript API for creating the schema (see vinejs for user-land APIs).
66

@@ -124,5 +124,3 @@ If the value of a field is `null` or `undefined` it will not be written to the o
124124
[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
125125
[license-url]: LICENSE.md
126126
[license-image]: https://img.shields.io/github/license/vinejs/compiler?style=for-the-badge
127-
[snyk-image]: https://img.shields.io/snyk/vulnerabilities/github/vinejs/compiler?label=Snyk%20Vulnerabilities&style=for-the-badge
128-
[snyk-url]: https://snyk.io/test/github/vinejs/compiler?targetFile=package.json 'snyk'

0 commit comments

Comments
 (0)