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

jsbundle

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsbundle - npm Package Compare versions

Comparing version 0.16.8 to 0.16.9

3

lib/dev-cdn.js

@@ -84,3 +84,4 @@ var path = require('path');

bundleName = bundleName || _bundleName(req);
return 'http://' + req.headers.host + '/' + bundleName;
var proto = (req.headers['x-forwarded-proto'] ? req.headers['x-forwarded-proto'] + ':' : '');
return proto + '//' + req.headers.host + '/' + bundleName;
}

@@ -87,0 +88,0 @@

@@ -6,3 +6,3 @@ {

"keywords": "browser require bundle module package static-analysis",
"version": "0.16.8",
"version": "0.16.9",
"repository": {

@@ -9,0 +9,0 @@ "type": "git",

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