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

yeoman-environment

Package Overview
Dependencies
Maintainers
5
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yeoman-environment - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

3

lib/environment.js

@@ -402,2 +402,5 @@ 'use strict';

}
if (path.extname(moduleId) === '') {
moduleId += path.sep;
}

@@ -404,0 +407,0 @@ return require.resolve(untildify(moduleId));

8

package.json
{
"name": "yeoman-environment",
"version": "1.2.4",
"version": "1.2.5",
"description": "Handles the lifecyle and bootstrapping of generators in a specific environment",

@@ -36,3 +36,3 @@ "license": "BSD",

"dependencies": {
"chalk": "^0.5.1",
"chalk": "^1.0.0",
"debug": "^2.0.0",

@@ -54,3 +54,3 @@ "diff": "^1.0.4",

"gulp-coveralls": "^0.1.3",
"gulp-istanbul": "^0.6.0",
"gulp-istanbul": "^0.8.1",
"gulp-jscs": "^1.1.0",

@@ -67,3 +67,3 @@ "gulp-jshint": "^1.5.3",

"nsp": "*",
"shelljs": "^0.3.0",
"shelljs": "^0.4.0",
"sinon": "^1.9.1",

@@ -70,0 +70,0 @@ "yeoman-generator": "^0.18.7"

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