Socket
Socket
Sign inDemoInstall

webpack

Package Overview
Dependencies
4
Maintainers
1
Versions
833
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.5 to 0.1.6

5

lib/resolve.js

@@ -30,3 +30,4 @@ /*

if(err) {
callback("Module \"" + identifier + "\" not found in context \"" + context + "\"");
callback("Module \"" + identifier + "\" not found in context \"" +
context + "\"\n" + err);
return;

@@ -96,2 +97,4 @@ }

b.forEach(function(x) { c.push(x) });
if(c[0] === "")
c[0] = "/";
return path.join.apply(path, c);

@@ -98,0 +101,0 @@ }

2

package.json
{
"name": "webpack",
"version": "0.1.5",
"version": "0.1.6",
"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