get-source
Advanced tools
Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "get-source", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "Fetch source-mapped sources. Peek by file, line, column. Node & browsers. Sync & async.", | ||
"main": "get-source", | ||
"types": "./get-source.d.ts", | ||
"scripts": { | ||
@@ -7,0 +8,0 @@ "test-browser": "mocha test/test.browser --reporter spec", |
@@ -28,3 +28,3 @@ # get-source | ||
```javascript | ||
getSource = require ('get-source') | ||
import getSource from 'get-source' | ||
``` | ||
@@ -113,2 +113,2 @@ ```javascript | ||
getSource.async.getCache () // async cache | ||
``` | ||
``` |
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
34052
22
507
113