Skip to content
This repository was archived by the owner on Nov 7, 2023. It is now read-only.

Commit 3054ccf

Browse files
committed
chore: remove npm-audit in favor of synk
1 parent 43cfb88 commit 3054ccf

File tree

4 files changed

+5
-242
lines changed

4 files changed

+5
-242
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
> Supercharge your components and use them as edge tags
1515
16-
[![appveyor-image]][appveyor-url] [![circleci-image]][circleci-url] [![npm-image]][npm-url] ![](https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript)
16+
[![appveyor-image]][appveyor-url] [![circleci-image]][circleci-url] [![npm-image]][npm-url] ![](https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript) [![synk-image]][synk-url]
1717

1818
## Maintainers
1919
[Harminder virk](https://github.com/thetutlage)
@@ -32,3 +32,6 @@
3232

3333
[license-image]: https://img.shields.io/npm/l/edge-supercharged?color=blueviolet&style=for-the-badge
3434
[license-url]: LICENSE.md "license"
35+
36+
[synk-image]: https://img.shields.io/snyk/vulnerabilities/github/edge-js/edge-supercharged?label=Synk%20Vulnerabilities&style=for-the-badge
37+
[synk-url]: https://snyk.io/test/github/edge-js/edge-supercharged?targetFile=package.json "synk"

npm-audit.html

Lines changed: 0 additions & 156 deletions
This file was deleted.

package-lock.json

Lines changed: 0 additions & 83 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,13 @@
4242
"js-stringify": "^1.0.2",
4343
"mrm": "^2.5.18",
4444
"np": "^7.4.0",
45-
"npm-audit-html": "^1.5.0",
4645
"prettier": "^2.2.1",
4746
"ts-node": "^9.1.1",
4847
"typescript": "^4.1.5"
4948
},
5049
"husky": {
5150
"hooks": {
52-
"pre-commit": "npm audit --production --json | ./node_modules/.bin/npm-audit-html && git add npm-audit.html && doctoc README.md --title='## Table of contents' && git add README.md",
51+
"pre-commit": "doctoc README.md --title='## Table of contents' && git add README.md",
5352
"commit-msg": "node ./node_modules/@adonisjs/mrm-preset/validateCommit/conventional/validate.js"
5453
}
5554
},

0 commit comments

Comments
 (0)