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

yeoman-generator

Package Overview
Dependencies
Maintainers
4
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yeoman-generator - npm Package Compare versions

Comparing version 0.13.0 to 0.13.1

7

lib/actions/install.js

@@ -51,2 +51,4 @@ var _ = require('lodash');

// message to the user how to do it, default: false
// - skipMessage: bool, whether to hide the message showing the bower/npm
// commands the user would have to use manually, default: false
//

@@ -86,2 +88,3 @@ // Example:

skipInstall: false,
skipMessage: false,
callback: function () {}

@@ -108,3 +111,5 @@ });

console.log(msg.template(_.extend(options, { commands: msg.commands.join(' & ') })));
if (!options.skipMessage) {
console.log(msg.template(_.extend(options, { commands: msg.commands.join(' & ') })));
}

@@ -111,0 +116,0 @@ if (!options.skipInstall) {

2

package.json
{
"name": "yeoman-generator",
"version": "0.13.0",
"version": "0.13.1",
"description": "Rails-inspired generator system that provides scaffolding for your apps",

@@ -5,0 +5,0 @@ "keywords": [

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