yeoman-generator
Advanced tools
Comparing version 0.14.1 to 0.14.2
@@ -0,0 +0,0 @@ var logger = process.logging || require('../util/log'); |
@@ -0,0 +0,0 @@ var fs = require('fs'); |
@@ -0,0 +0,0 @@ var fs = require('fs'); |
@@ -0,0 +0,0 @@ var _ = require('lodash'); |
@@ -0,0 +0,0 @@ var path = require('path'); |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ var spawn = require('child_process').spawn; |
@@ -0,0 +0,0 @@ var _ = require('lodash'); |
@@ -0,0 +0,0 @@ var shell = require('shelljs'); |
@@ -0,0 +0,0 @@ var util = require('util'); |
@@ -314,4 +314,6 @@ var fs = require('fs'); | ||
self.emit('method', method); | ||
self[method].apply(self, args); | ||
// Make sure we run the method assigned to the prototype, not an instance value. | ||
Object.getPrototypeOf(self)[method].apply(self, args); | ||
if (!running) { | ||
@@ -318,0 +320,0 @@ done(); |
@@ -0,0 +0,0 @@ var fs = require('fs'); |
@@ -0,0 +0,0 @@ var path = require('path'); |
@@ -0,0 +0,0 @@ var _ = require('lodash'); |
@@ -0,0 +0,0 @@ var util = require('util'); |
@@ -0,0 +0,0 @@ var fs = require('fs'); |
@@ -0,0 +0,0 @@ var chalk = require('chalk'); |
@@ -0,0 +0,0 @@ var logger = process.logging || require('./log'); |
@@ -0,0 +0,0 @@ var _ = require('lodash'); |
@@ -0,0 +0,0 @@ var util = require('util'); |
@@ -0,0 +0,0 @@ var fs = require('fs'); |
@@ -0,0 +0,0 @@ process.logging = process.logging || require('./lib/util/log'); |
{ | ||
"name": "yeoman-generator", | ||
"version": "0.14.1", | ||
"version": "0.14.2", | ||
"description": "Rails-inspired generator system that provides scaffolding for your apps", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -0,0 +0,0 @@ # Generator [![Build Status](https://secure.travis-ci.org/yeoman/generator.png?branch=master)](http://travis-ci.org/yeoman/generator) [![Coverage Status](https://coveralls.io/repos/yeoman/generator/badge.png)](https://coveralls.io/r/yeoman/generator) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
284313
2917
7