Socket
Socket
Sign inDemoInstall

webpack

Package Overview
Dependencies
4
Maintainers
1
Versions
834
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.3 to 0.1.4

2

lib/parse.js

@@ -163,3 +163,3 @@ /*

case "NewExpression":
walkExpressions(context, expression.callee);
walkExpression(context, expression.callee);
if(expression.arguments)

@@ -166,0 +166,0 @@ walkExpressions(context, expression.arguments);

{
"name": "webpack",
"version": "0.1.3",
"version": "0.1.4",
"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