jscrambler-metro-plugin
Advanced tools
Comparing version 6.2.8 to 6.2.9
@@ -118,2 +118,8 @@ const {readFile} = require('fs-extra'); | ||
newMappings[0].generated.line += shiftLines; | ||
// code inserted with no real source file associated, | ||
// so we need to clean the invalid source value (f.e. ".") | ||
if (normalizePath.length === 0) { | ||
newMappings[0].source = null; | ||
} | ||
} | ||
@@ -120,0 +126,0 @@ |
{ | ||
"name": "jscrambler-metro-plugin", | ||
"version": "6.2.8", | ||
"version": "6.2.9", | ||
"description": "A plugin to use metro with Jscrambler", | ||
@@ -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
27892
723