convert-source-map
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -27,3 +27,3 @@ 'use strict'; | ||
var filename = r[1] || r[2]; | ||
var filepath = path.join(dir, filename); | ||
var filepath = path.resolve(dir, filename); | ||
@@ -30,0 +30,0 @@ try { |
{ | ||
"name": "convert-source-map", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Converts a source-map from/to different formats and allows adding/changing properties.", | ||
@@ -5,0 +5,0 @@ "main": "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
31229