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.0 to 0.1.1

7

index.js

@@ -134,3 +134,8 @@ var http = require("http");

*/
toolsConf && toolsConf.weinre && injectWeinre(realPath, ext, res, toolsConf.weinre);
if (toolsConf && toolsConf.weinre) {
var injectStatus = injectWeinre(realPath, ext, res, toolsConf.weinre);
if (injectStatus) {
return;
}
}

@@ -137,0 +142,0 @@ if (req.headers[ifModifiedSince] && lastModified === req.headers[ifModifiedSince]) {

2

package.json

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

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

@@ -12,4 +12,4 @@ var getIP = require("./getIP");

res.end();
return;
return true;
}
}
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