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

juice-shop-ctf-cli

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

juice-shop-ctf-cli - npm Package Compare versions

Comparing version 8.1.0 to 8.1.1

52

package.json
{
"name": "juice-shop-ctf-cli",
"version": "8.1.0",
"version": "8.1.1",
"description": "Capture-the-Flag (CTF) environment setup tools for OWASP Juice Shop",
"author": "Bjoern Kimminich <bjoern.kimminich@owasp.org> (https://www.owasp.org/index.php/User:Bjoern_Kimminich)",
"contributors": [
"Bjoern Kimminich",
"Josh Grossman"
],
"keywords": [

@@ -28,3 +23,6 @@ "web security",

],
"preferGlobal": true,
"homepage": "https://owasp-juice.shop",
"bugs": {
"url": "https://github.com/bkimminich/juice-shop-ctf/issues"
},
"repository": {

@@ -34,7 +32,8 @@ "type": "git",

},
"bugs": {
"url": "https://github.com/bkimminich/juice-shop-ctf/issues"
},
"homepage": "https://owasp-juice.shop",
"license": "MIT",
"author": "Bjoern Kimminich <bjoern.kimminich@owasp.org> (https://kimminich.de)",
"contributors": [
"Bjoern Kimminich",
"Josh Grossman"
],
"main": "index.js",

@@ -45,10 +44,10 @@ "bin": {

"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"e2e": "nyc --reporter=text mocha test/e2e --slow=15000 --timeout=30000",
"lint": "standard",
"lint:fix": "standard --fix",
"test": "nyc --reporter=html --reporter=text mocha test/unit",
"e2e": "nyc --reporter=text mocha test/e2e --slow=15000 --timeout=30000",
"coverage": "nyc report --reporter=text-lcov | coveralls"
"test": "nyc --reporter=html --reporter=text mocha test/unit"
},
"engines": {
"node": "10 - 14"
"nyc": {
"report-dir": "./build/reports/coverage"
},

@@ -62,3 +61,3 @@ "dependencies": {

"inquirer": "7.0.4",
"js-yaml": "^3.13.1",
"js-yaml": "^3.14.0",
"jssha": "^2.4.2",

@@ -68,9 +67,9 @@ "node-zip": "^1.1.1",

"request": "^2.88.2",
"request-promise": "^4.2.5",
"request-promise": "^4.2.6",
"turndown": "^5.0.3",
"xmlbuilder": "^14.0.0",
"yargs": "^15.3.1"
"yargs": "^15.4.1"
},
"devDependencies": {
"ava": "^3.8.1",
"ava": "^3.11.1",
"chai": "^4.2.0",

@@ -84,7 +83,11 @@ "chai-as-promised": "^7.1.1",

"lockfile": "^1.0.4",
"mocha": "^7.1.2",
"nyc": "^15.0.1",
"mocha": "^7.2.0",
"nyc": "^15.1.0",
"rewire": "^4.0.1",
"standard": "^14.3.3"
"standard": "^14.3.4"
},
"engines": {
"node": "10 - 14"
},
"preferGlobal": true,
"standard": {

@@ -100,6 +103,3 @@ "env": [

]
},
"nyc": {
"report-dir": "./build/reports/coverage"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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