source-map-resolve
Advanced tools
Comparing version 0.5.3 to 0.6.0
@@ -0,1 +1,7 @@ | ||
### Version 0.6.0 (2020-03-21) ### | ||
- Removed: The browser version. Only Node.js is now supported. | ||
- Improved: Three old, weird, tiny dependencies were inlined, which should | ||
decrease install size. | ||
### Version 0.5.3 (2019-12-28) ### | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "source-map-resolve", | ||
"version": "0.5.3", | ||
"version": "0.6.0", | ||
"author": "Simon Lydell", | ||
@@ -21,20 +21,13 @@ "license": "MIT", | ||
"repository": "lydell/source-map-resolve", | ||
"main": "lib/source-map-resolve-node.js", | ||
"browser": "source-map-resolve.js", | ||
"files": [ | ||
"lib", | ||
"source-map-resolve.js" | ||
"index.js" | ||
], | ||
"scripts": { | ||
"lint": "jshint lib/ test/", | ||
"unit": "node test/source-map-resolve.js && node test/windows.js", | ||
"test": "npm run lint && npm run unit", | ||
"build": "node generate-source-map-resolve.js" | ||
"lint": "jshint index.js test/", | ||
"unit": "node test/index.js && node test/read.js && node test/windows.js", | ||
"test": "npm run lint && npm run unit" | ||
}, | ||
"dependencies": { | ||
"atob": "^2.1.2", | ||
"decode-uri-component": "^0.2.0", | ||
"resolve-url": "^0.2.1", | ||
"source-map-url": "^0.4.0", | ||
"urix": "^0.1.0" | ||
"decode-uri-component": "^0.2.0" | ||
}, | ||
@@ -48,2 +41,2 @@ "devDependencies": { | ||
} | ||
} | ||
} |
@@ -63,15 +63,4 @@ Overview [![Build Status](https://travis-ci.org/lydell/source-map-resolve.svg?branch=master)](https://travis-ci.org/lydell/source-map-resolve) | ||
- `npm install source-map-resolve` | ||
- `bower install source-map-resolve` | ||
- `component install lydell/source-map-resolve` | ||
`npm install source-map-resolve` | ||
Works with CommonJS, AMD and browser globals, through UMD. | ||
Note: This module requires `setImmediate` and `atob`. | ||
Use polyfills if needed, such as: | ||
- <https://github.com/NobleJS/setImmediate> | ||
- <https://github.com/davidchambers/Base64.js> | ||
Usage | ||
@@ -202,29 +191,2 @@ ===== | ||
Development | ||
=========== | ||
Tests | ||
----- | ||
First off, run `npm install` to install testing modules and browser polyfills. | ||
`npm test` lints the code and runs the test suite in Node.js. | ||
x-package.json5 | ||
--------------- | ||
package.json, component.json and bower.json are all generated from | ||
x-package.json5 by using [`xpkg`]. Only edit x-package.json5, and remember to | ||
run `xpkg` before commiting! | ||
[`xpkg`]: https://github.com/kof/node-xpkg | ||
Generating the browser version | ||
------------------------------ | ||
source-map-resolve.js is generated from source-map-resolve-node.js and | ||
source-map-resolve-template.js. Only edit the two latter files, _not_ | ||
source-map-resolve.js! To generate it, run `npm run build`. | ||
License | ||
@@ -231,0 +193,0 @@ ======= |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2
23823
5
331
194
- Removedresolve-url@^0.2.1
- Removedsource-map-url@^0.4.0
- Removedurix@^0.1.0
- Removedresolve-url@0.2.1(transitive)
- Removedsource-map-url@0.4.1(transitive)
- Removedurix@0.1.0(transitive)