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.0.9 to 0.1.0

10

index.js

@@ -131,2 +131,7 @@ var http = require("http");

}
/*
* weinre设置
*/
toolsConf && toolsConf.weinre && injectWeinre(realPath, ext, res, toolsConf.weinre);
if (req.headers[ifModifiedSince] && lastModified === req.headers[ifModifiedSince]) {

@@ -178,7 +183,2 @@ //console.log(req.url + " 304");

}
/*
* weinre设置
*/
toolsConf && toolsConf.weinre && injectWeinre(realPath, ext, res, toolsConf.weinre)
}

@@ -185,0 +185,0 @@ }

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

"scripts": {},
"version": "0.0.9"
"version": "0.1.0"
}
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