get-source
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -90,3 +90,3 @@ "use strict"; | ||
const [,url] = this.text.match (/\# sourceMappingURL=(.+)\n?/) || [undefined, undefined] | ||
const [,url] = this.text.match (/\u0023 sourceMappingURL=(.+)\n?/) || [undefined, undefined] // escape #, otherwise it will match this exact line.. %) | ||
@@ -93,0 +93,0 @@ if (url) { |
{ | ||
"name": "get-source", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "Platform-agnostic source code inspection, with sourcemaps support", | ||
@@ -5,0 +5,0 @@ "main": "get-source", |
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
22410