New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@snyk/snyk-docker-pull

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snyk/snyk-docker-pull - npm Package Compare versions

Comparing version 1.14.0 to 1.15.0

29

package.json

@@ -10,4 +10,4 @@ {

"test": "jest --verbose --runInBand",
"lint": "prettier --check '**/*.ts' && tslint --format stylish '**/*.ts' --exclude 'node_modules/**'",
"format": "prettier --loglevel warn --write '**/*.ts' && tslint --fix --format stylish '**/*.ts' --exclude 'node_modules/**'",
"lint": "prettier --check '**/*.ts' && eslint 'src/**/*.ts' && (cd test && eslint '**/*.ts')",
"format": "prettier --loglevel warn --write '**/*.ts'",
"prepare": "npm run build"

@@ -28,12 +28,15 @@ },

"devDependencies": {
"@types/jest": "^24.0.15",
"@types/node": "^11.13.18",
"@types/jest": "^25.1.1",
"@types/node": "^10.17.14",
"@types/tmp": "^0.1.0",
"jest": "^24.8.0",
"prettier": "^1.18.2",
"ts-jest": "^24.0.2",
"ts-node": "^8.3.0",
"tslint": "^5.18.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.7.3"
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.19.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-jest": "^23.6.0",
"jest": "^25.1.0",
"prettier": "^1.19.1",
"ts-jest": "^25.2.0",
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
},

@@ -44,6 +47,6 @@ "dependencies": {

"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"request-promise-native": "^1.0.8",
"tmp": "^0.1.0"
},
"version": "1.14.0"
"version": "1.15.0"
}
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