source-map
Advanced tools
Comparing version 0.7.1 to 0.7.2
# Change Log | ||
## 0.7.2 | ||
* Another 3x speed up in `SourceMapConsumer`. Read about it here: | ||
http://fitzgeraldnick.com/2018/02/26/speed-without-wizardry.html | ||
## 0.7.1 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "source-map", | ||
"description": "Generates and consumes source maps", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"homepage": "https://github.com/mozilla/source-map", | ||
@@ -6,0 +6,0 @@ "author": "Nick Fitzgerald <nfitzgerald@mozilla.com>", |
@@ -18,6 +18,6 @@ # Source Map | ||
<script src="https://unpkg.com/source-map@0.7.0/dist/source-map.js"></script> | ||
<script src="https://unpkg.com/source-map@0.7.2/dist/source-map.js"></script> | ||
<script> | ||
sourceMap.SourceMapConsumer.initialize({ | ||
"lib/mappings.wasm": "https://unpkg.com/source-map@0.7.0/lib/mappings.wasm" | ||
"lib/mappings.wasm": "https://unpkg.com/source-map@0.7.2/lib/mappings.wasm" | ||
}); | ||
@@ -24,0 +24,0 @@ </script> |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
316673
6287