Socket
Socket
Sign inDemoInstall

webpack-core

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-core - npm Package Compare versions

Comparing version 0.2.11 to 0.2.12

3

lib/SourceMapSource.js

@@ -14,5 +14,2 @@ /*

sourceMap = SourceMapGenerator.fromSourceMap(new SourceMapConsumer(sourceMap));
while(innerSourceMap._sources.has(name) && innerSourceMap.sourceContentFor(name)) {
name += "*";
}
sourceMap.setSourceContent(name, originalSource);

@@ -19,0 +16,0 @@ sourceMap.applySourceMap(innerSourceMap, name);

2

package.json
{
"name": "webpack-core",
"version": "0.2.11",
"version": "0.2.12",
"author": "Tobias Koppers @sokra",

@@ -5,0 +5,0 @@ "description": "The core of webpack and enhanced-require.",

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