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.12 to 1.4.13

6

generators/app/index.js

@@ -170,7 +170,7 @@ const Generator = require('yeoman-generator');

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

@@ -177,0 +177,0 @@ }

{
"name": "generator-hl-challenge",
"version": "1.4.12",
"version": "1.4.13",
"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