Socket
Socket
Sign inDemoInstall

snyk-mvn-plugin

Package Overview
Dependencies
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snyk-mvn-plugin - npm Package Compare versions

Comparing version 3.1.2 to 3.2.0

dist/lib/archive.d.ts

28

package.json

@@ -16,2 +16,5 @@ {

],
"engines": {
"node": "^18"
},
"scripts": {

@@ -24,5 +27,6 @@ "build": "tsc",

"prepare": "npm run build",
"test": "npm run prepare && npm run test:functional && npm run test:system",
"test:functional": "tap -R spec ./tests/functional/*.test.ts",
"test:system": "tap -R spec --timeout=180 ./tests/system/*.test.ts",
"test:jest": "npm run prepare && jest",
"test": "npm run prepare && npm run test:functional && npm run test:system && npm run test:jest",
"test:functional": "tap --disable-coverage --allow-incomplete-coverage --allow-empty-coverage ./tests/tap/functional/*.test.ts",
"test:system": "tap --disable-coverage --allow-incomplete-coverage --allow-empty-coverage --timeout=180 ./tests/tap/system/*.test.ts",
"semantic-release": "semantic-release"

@@ -33,3 +37,5 @@ },

"devDependencies": {
"@types/node": "11.13.8",
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.12",
"@types/node": "^18.11.18",
"@types/sinon": "^7.5.2",

@@ -40,9 +46,11 @@ "@typescript-eslint/eslint-plugin": "^5.31.0",

"eslint-config-prettier": "^8.5.0",
"jest": "^29.7.0",
"prettier": "^2.7.1",
"semantic-release": "^15",
"sinon": "^2.4.1",
"tap": "^12.0.1",
"tap": "^18.5.0",
"tap-only": "0.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
},

@@ -52,9 +60,9 @@ "dependencies": {

"@snyk/dep-graph": "^1.23.1",
"debug": "^4.3.4",
"glob": "^7.1.6",
"packageurl-js": "^1.0.0",
"debug": "^4.1.1",
"glob": "^7.1.6",
"shescape": "1.6.1",
"tslib": "^2.4.0"
},
"version": "3.1.2"
"version": "3.2.0"
}

@@ -36,5 +36,3 @@ ![Snyk logo](https://snyk.io/style/asset/logo/snyk-print.svg)

| ---- | --------- |
| 12 | ✅ |
| 14 | ✅ |
| 16 | ✅ |
| 18 | ✅ |

@@ -41,0 +39,0 @@ ## Supported Maven versions

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc