Socket
Socket
Sign inDemoInstall

webpack

Package Overview
Dependencies
9
Maintainers
1
Versions
832
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.6 to 0.2.7

1

lib/parse.js

@@ -195,3 +195,2 @@ /*

});
console.dir(context.requires[context.requires.length-1]);
});

@@ -198,0 +197,0 @@ } else if(param.code) {

5

lib/writeSource.js

@@ -20,6 +20,5 @@ /*

return "/***/function err(name) { throw new Error(\"Cannot find module '\"+name+\"'\") }\n"+
"/***/module.exports = function(name) {\n" +
return "/***/module.exports = function(name) {\n" +
"/***/\tvar map = " + JSON.stringify(module.requireMap) + ";\n" +
"/***/\treturn require(map[name]" + extensionsAccess.join("") + "||(err(name)));\n" +
"/***/\treturn require(map[name]" + extensionsAccess.join("") + "||name);\n" +
"/***/};";

@@ -26,0 +25,0 @@ }

{
"name": "webpack",
"version": "0.2.6",
"version": "0.2.7",
"author": "Tobias Koppers @sokra",

@@ -5,0 +5,0 @@ "description": "Packs CommonJs Modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand.",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc