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

webpack-sources

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-sources - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

3

lib/ReplaceSource.js

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

return diff;
diff = b[0] - a[0];
if(diff !== 0)
return diff;
return b[3] - a[3];

@@ -45,0 +48,0 @@ });

7

package.json
{
"name": "webpack-sources",
"version": "0.1.3",
"version": "0.1.4",
"description": "Source code handling classes for webpack",

@@ -19,3 +19,3 @@ "main": "./lib/index.js",

"source-map": "~0.5.3",
"source-list-map": "~0.1.0"
"source-list-map": "~0.1.7"
},

@@ -33,2 +33,5 @@ "devDependencies": {

},
"files": [
"lib/"
],
"repository": {

@@ -35,0 +38,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