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

yeoman-environment

Package Overview
Dependencies
Maintainers
6
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.7 to 1.3.0

14

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

@@ -21,3 +21,3 @@ "license": "BSD-2-Clause",

"homepage": "http://yeoman.io",
"author": "Yeoman team",
"author": "Yeoman",
"repository": "yeoman/environment",

@@ -39,7 +39,7 @@ "engines": {

"debug": "^2.0.0",
"diff": "^1.0.4",
"diff": "^2.1.2",
"escape-string-regexp": "^1.0.2",
"globby": "^2.0.0",
"globby": "^3.0.1",
"grouped-queue": "^0.3.0",
"inquirer": "^0.8.0",
"inquirer": "^0.11.0",
"lodash": "^3.1.0",

@@ -56,7 +56,7 @@ "log-symbols": "^1.0.1",

"gulp-istanbul": "^0.10.0",
"gulp-jscs": "^1.1.0",
"gulp-jscs": "^3.0.0",
"gulp-jshint": "^1.5.3",
"gulp-mocha": "^2.0.0",
"gulp-util": "^3.0.3",
"istanbul": "^0.3.5",
"istanbul": "^0.4.0",
"jsdoc": "^3.3.0-alpha9",

@@ -63,0 +63,0 @@ "jshint": "^2.6.0",

@@ -1,6 +0,6 @@

# Yeoman Environment [![Build Status](https://travis-ci.org/yeoman/generator.svg?branch=master)](https://travis-ci.org/yeoman/environment) [![Coverage Status](https://coveralls.io/repos/yeoman/environment/badge.png)](https://coveralls.io/r/yeoman/environment)
# Yeoman Environment [![Build Status](https://travis-ci.org/yeoman/generator.svg?branch=master)](https://travis-ci.org/yeoman/environment) [![Coverage Status](https://coveralls.io/repos/yeoman/environment/badge.svg?branch=master&service=github)](https://coveralls.io/github/yeoman/environment?branch=master)
> Handles the lifecyle and bootstrapping of generators in a specific environment
> Handles the lifecycle and bootstrapping of generators in a specific environment
It provides a high-level API to discover, create and run generators, as well as further tuning where and how a generator is resolved.
It provides a high-level API to discover, create and run generators, as well as further tuning of where and how a generator is resolved.

@@ -30,3 +30,3 @@

For advance usage, see [our API documentation](http://yeoman.github.io/environment)
For advance usage, see [our API documentation](http://yeoman.github.io/environment).

@@ -36,2 +36,2 @@

BSD © Yeoman team
BSD © Yeoman
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