Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

generator-hl-challenge

Package Overview
Dependencies
Maintainers
2
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-hl-challenge - npm Package Compare versions

Comparing version 1.4.11 to 1.4.12

12

generators/app/index.js

@@ -160,3 +160,6 @@ const Generator = require('yeoman-generator');

);
this.fs.write(
this.destinationPath(this.answers.uuid + '.env'),
'GOLDNUGGET=SED_GOLDNUGGET'
);
this.fs.copyTpl(

@@ -168,2 +171,9 @@ this.templatePath('flag-deploy-scripts'),

}
//if no gold nugget add a empty root folder
if (!this.answers.goldnugget) {
this.fs.write(
this.destinationPath('root'),
'This folder is empty'
);
}

@@ -170,0 +180,0 @@ if (fs.existsSync(this.templatePath(this.answers.image))) {

2

package.json
{
"name": "generator-hl-challenge",
"version": "1.4.11",
"version": "1.4.12",
"description": "Hacking-Lab Challenge container generator",

@@ -5,0 +5,0 @@ "files": [

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