Skip to content

Commit 55bb1fe

Browse files
authored
chore: remove snyk (#659)
1 parent 9627c82 commit 55bb1fe

File tree

4 files changed

+0
-37
lines changed

4 files changed

+0
-37
lines changed

.snyk

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

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
| This is a core library, designed for use in the bowels of another package. Unless you are wanting to develop tools for the pact ecosystem, you almost certainly want to install [`@pact-foundation/pact`](https://github.com/pact-foundation/pact-js/) instead|
66

77
![Build and test](https://github.com/pact-foundation/pact-js-core/workflows/Build%20and%20test/badge.svg)
8-
[![Known Vulnerabilities](https://snyk.io/test/github/pact-foundation/pact-js-core/badge.svg?targetFile=package.json)](https://snyk.io/test/github/pact-foundation/pact-js-core?targetFile=package.json)
98
[![GitHub release](https://img.shields.io/github/release/pact-foundation/pact-js-core)](https://github.com/pact-foundation/pact-js-core)
109
[![npm](https://img.shields.io/npm/v/@pact-foundation/pact-core.svg)](https://www.npmjs.com/package/@pact-foundation/pact-core)
1110
[![license](https://img.shields.io/github/license/pact-foundation/pact-js-core.svg)](https://github.com/pact-foundation/pact-js-core/blob/master/LICENSE)

package-lock.json

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

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"@grpc/grpc-js": "1.13.4",
5555
"@grpc/proto-loader": "0.7.15",
5656
"@pact-foundation/pact-js-prettier-config": "1.0.0",
57-
"@snyk/protect": "1.1297.3",
5857
"@tsconfig/node14": "14.1.4",
5958
"@types/basic-auth": "1.1.8",
6059
"@types/chai": "4.3.20",
@@ -115,10 +114,8 @@
115114
"download-libs": "npm run clean && bash script/download-libs.sh",
116115
"clean-libs": "rimraf 'ffi'",
117116
"build": "tsc --project tsconfig.build.json",
118-
"prerelease": "npm run snyk-protect",
119117
"release": "commit-and-tag-version",
120118
"test": "cross-env PACT_DO_NOT_TRACK=true mocha \"{src,test}/**/*.spec.ts\"",
121-
"snyk-protect": "snyk-protect",
122119
"format:base": "prettier --parser typescript",
123120
"format:check": "npm run format:base -- --list-different \"{src,test}/**/*.{ts,tsx}\"",
124121
"format:fix": "npm run format:base -- --write \"{src,test}/**/*.{ts,tsx}\"",
@@ -161,7 +158,6 @@
161158
}
162159
]
163160
},
164-
"snyk": true,
165161
"optionalDependencies": {
166162
"@pact-foundation/pact-core-darwin-arm64": "16.0.0",
167163
"@pact-foundation/pact-core-darwin-x64": "16.0.0",

0 commit comments

Comments
 (0)