gulp-replace
Advanced tools
Comparing version 0.4.0 to 0.5.0
@@ -12,6 +12,2 @@ var es = require('event-stream'); | ||
if (isRegExp && isStream) { | ||
return callback(new Error('gulp-replace: Cannot do regexp replace on a stream'), file); | ||
} | ||
function doReplace() { | ||
@@ -18,0 +14,0 @@ if (isStream) { |
{ | ||
"name": "gulp-replace", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "A string replace plugin for gulp", | ||
"main": "index.js", | ||
"dependencies": { | ||
"event-stream": "~3.0.18", | ||
"replacestream": "0.1.3", | ||
"istextorbinary": "~1.0.0" | ||
"event-stream": "^3.1.7", | ||
"replacestream": "1.0.2", | ||
"istextorbinary": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"should": "~2.1.1", | ||
"mocha": "~1.15.1", | ||
"gulp-util": "~2.0.0" | ||
"should": "^4.1.0", | ||
"mocha": "^2.0.1", | ||
"gulp-util": "^3.0.1" | ||
}, | ||
@@ -33,4 +33,4 @@ "scripts": { | ||
"engines": { | ||
"node": ">=0.8" | ||
"node": ">=0.10" | ||
} | ||
} |
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
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
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
1
5918
5
62
1
+ Addedevent-stream@3.3.5(transitive)
+ Addedreplacestream@1.0.2(transitive)
+ Addedsplit@1.0.1(transitive)
+ Addedstream-combiner@0.2.2(transitive)
- Removedevent-stream@3.0.20(transitive)
- Removedreplacestream@0.1.3(transitive)
- Removedsplit@0.2.10(transitive)
- Removedstream-combiner@0.0.4(transitive)
Updatedevent-stream@^3.1.7
Updatedistextorbinary@^1.0.0
Updatedreplacestream@1.0.2