Socket
Socket
Sign inDemoInstall

webpack-sources

Package Overview
Dependencies
2
Maintainers
5
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.0 to 2.3.1

2

lib/CachedSource.js

@@ -329,3 +329,3 @@ /*

currentString += item;
if (currentString > 102400) {
if (currentString.length > 102400) {
update.push(Buffer.from(currentString));

@@ -332,0 +332,0 @@ currentString = undefined;

{
"name": "webpack-sources",
"version": "2.3.0",
"version": "2.3.1",
"description": "Source code handling classes for webpack",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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