get-source
Advanced tools
Comparing version 2.0.8 to 2.0.9
@@ -45,3 +45,3 @@ "use strict"; | ||
return ((isBrowser && (result[0] === '/')) ? window.location.origin : '') + result | ||
return ((isBrowser && (result[0] === '/')) ? result[1] === '/' ? window.location.protocol : window.location.origin : '') + result | ||
}, | ||
@@ -48,0 +48,0 @@ |
{ | ||
"name": "get-source", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"description": "Fetch source-mapped sources. Peek by file, line, column. Node & browsers. Sync & async.", | ||
@@ -5,0 +5,0 @@ "main": "get-source", |
@@ -76,2 +76,5 @@ | ||
path.relativeToFile ('http://foo.com/scripts/bar.js', '//bar.com/bar.js.map') | ||
.should.equal ('http://bar.com/bar.js.map') | ||
var loc = getSource ('../original.uglified.beautified.js').resolve ({ line: 2, column: 4 }) | ||
@@ -78,0 +81,0 @@ |
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
34808
521