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

gulp-bird

Package Overview
Dependencies
Maintainers
4
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-bird - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json

@@ -35,3 +35,3 @@ {

"scripts": {},
"version": "0.1.1"
"version": "0.1.2"
}

@@ -8,3 +8,3 @@ var getIP = require("./getIP");

var content = fs.readFileSync(realPath, "utf-8");
var weinreScript = '<script src="http://'+ getIP +':'+ weinreConfig.port +'/target/target-script-min.js#xieyu"></script>'
var weinreScript = '<script src="http://'+ getIP +':'+ weinreConfig.port +'/target/target-script-min.js#anonymous"></script>'
content = content.replace('</html>', weinreScript + '</html>');

@@ -15,2 +15,2 @@ res.write(content);

}
}
}
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