gulp-preprocess
Advanced tools
Comparing version 1.2.0 to 2.0.0
{ | ||
"name": "gulp-preprocess", | ||
"description": "Gulp plugin to preprocess HTML, JavaScript, and other files based on custom context or environment configuration", | ||
"version": "1.2.0", | ||
"version": "2.0.0", | ||
"homepage": "http://github.com/jas/gulp-preprocess", | ||
@@ -13,8 +13,8 @@ "repository": { | ||
"dependencies": { | ||
"lodash": "2.4.x", | ||
"lodash": "3.10.x", | ||
"map-stream": "0.1.x", | ||
"preprocess": "2.1.x" | ||
"preprocess": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"gulp-util": "2.2.x", | ||
"gulp-util": "3.0.x", | ||
"mocha": "*", | ||
@@ -21,0 +21,0 @@ "should": "*" |
@@ -14,3 +14,3 @@ # gulp-preprocess [![Build Status](https://travis-ci.org/jas/gulp-preprocess.png?branch=master)](https://travis-ci.org/jas/gulp-preprocess) [![NPM version](https://badge.fury.io/js/gulp-preprocess.png)](http://badge.fury.io/js/gulp-preprocess) | ||
<td>Node Version</td> | ||
<td>>= 0.9.0</td> | ||
<td>>= 0.10.0</td> | ||
</tr> | ||
@@ -17,0 +17,0 @@ <tr> |
@@ -9,2 +9,4 @@ /*global define*/ | ||
superExpensiveFunction() | ||
!foobar! | ||
@@ -11,0 +13,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
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
12418
1
+ Addedlodash@3.10.1(transitive)
+ Addedpreprocess@3.2.0(transitive)
+ Addedxregexp@3.1.0(transitive)
- Removedlodash@2.4.2(transitive)
- Removedpreprocess@2.1.1(transitive)
Updatedlodash@3.10.x
Updatedpreprocess@^3.0.0