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

generator-util

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-util - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

index.js

@@ -222,3 +222,3 @@ /*!

// if a cwd was defined, go directly to jail, don't pass go.
if (typeof opts.cwd === 'string') {
if (typeof opts.cwd === 'string' && opts.cwd !== utils.gm) {
return;

@@ -225,0 +225,0 @@ }

{
"name": "generator-util",
"description": "Utils for `generate` generators.",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/jonschlinkert/generator-util",

@@ -6,0 +6,0 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

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