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.0.0 to 8.0.1

4

index.js

@@ -100,7 +100,7 @@ const inquirer = require('inquirer')

console.log('You selected text hints but '.yellow + answers.juiceShopUrl + ' API response did not contain any!'.yellow)
console.log('Make sure that the server uses '.yellow + 'default.yml' + ' or has '.yellow + 'showChallengeHints: true' + ' in its config.'.yellow)
console.log('Make sure that the server uses '.yellow + 'default.yml' + ' or has '.yellow + 'challenges.showHints: true' + ' in its config.'.yellow)
}
if (!challenges[0].hintUrl && answers.insertHintUrls !== options.noHintUrls) {
console.log('You selected hint URLs but '.yellow + answers.juiceShopUrl + ' API response did not contain any!'.yellow)
console.log('Make sure that the server uses '.yellow + 'default.yml' + ' or has '.yellow + 'showChallengeHints: true' + ' in its config.'.yellow)
console.log('Make sure that the server uses '.yellow + 'default.yml' + ' or has '.yellow + 'challenges.showHints: true' + ' in its config.'.yellow)
}

@@ -107,0 +107,0 @@ } catch (error) {

{
"name": "juice-shop-ctf-cli",
"version": "8.0.0",
"version": "8.0.1",
"description": "Capture-the-Flag (CTF) environment setup tools for OWASP Juice Shop",

@@ -5,0 +5,0 @@ "author": "Bjoern Kimminich <bjoern.kimminich@owasp.org> (https://www.owasp.org/index.php/User:Bjoern_Kimminich)",

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