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

gulp-replace

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-replace - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

4

index.js

@@ -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) {

16

package.json
{
"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

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