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

yeoman-environment

Package Overview
Dependencies
Maintainers
7
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 2.0.3 to 2.0.4

41

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

@@ -27,18 +27,20 @@ "homepage": "http://yeoman.io",

"scripts": {
"test": "xo && gulp",
"pretest": "xo",
"test": "nyc mocha",
"doc": "jsdoc -c ./jsdoc.json ./readme.md",
"benchmark": "matcha benchmark/**",
"prepublish": "gulp prepublish"
"prepublish": "nsp check",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"dependencies": {
"chalk": "^1.0.0",
"debug": "^2.0.0",
"diff": "^3.2.0",
"chalk": "^2.1.0",
"debug": "^3.1.0",
"diff": "^3.3.1",
"escape-string-regexp": "^1.0.2",
"globby": "^6.1.0",
"grouped-queue": "^0.3.0",
"inquirer": "^3.0.1",
"grouped-queue": "^0.3.3",
"inquirer": "^3.3.0",
"is-scoped": "^1.0.0",
"lodash": "^4.11.1",
"log-symbols": "^1.0.1",
"lodash": "^4.17.4",
"log-symbols": "^2.1.0",
"mem-fs": "^1.1.0",

@@ -49,14 +51,9 @@ "text-table": "^0.2.0",

"devDependencies": {
"coveralls": "^2.11.6",
"gulp": "^3.6.0",
"gulp-coveralls": "^0.1.0",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"gulp-nsp": "^2.1.0",
"gulp-plumber": "^1.0.0",
"istanbul": "^0.4.1",
"jsdoc": "^3.3.0-alpha9",
"coveralls": "^2.13.3",
"jsdoc": "^3.5.5",
"matcha": "^0.7.0",
"mocha": "^3.2.0",
"shelljs": "^0.7.0",
"mocha": "^3.5.3",
"nsp": "^2.8.1",
"nyc": "^11.2.1",
"shelljs": "^0.7.8",
"sinon": "^2.1.0",

@@ -66,3 +63,3 @@ "sinon-test": "^1.0.1",

"yeoman-assert": "^3.0.0",
"yeoman-generator": "^1.1.0"
"yeoman-generator": "^1.1.1"
},

@@ -69,0 +66,0 @@ "xo": {

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