webpack-sources
Advanced tools
Comparing version 2.0.0-beta.7 to 2.0.0-beta.8
@@ -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) { |
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
50707
1529