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

webpack-sources

Package Overview
Dependencies
Maintainers
5
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 2.0.0-beta.7 to 2.0.0-beta.8

2

lib/CachedSource.js

@@ -10,2 +10,3 @@ /*

const mapToBufferedMap = map => {
if (typeof map !== "object" || !map) return map;
const bufferedMap = Object.assign({}, map);

@@ -24,2 +25,3 @@ if (map.mappings) {

const bufferedMapToMap = bufferedMap => {
if (typeof bufferedMap !== "object" || !bufferedMap) return bufferedMap;
const map = Object.assign({}, bufferedMap);

@@ -26,0 +28,0 @@ if (bufferedMap.mappings) {

2

package.json
{
"name": "webpack-sources",
"version": "2.0.0-beta.7",
"version": "2.0.0-beta.8",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc