Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

source-map-resolve

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

source-map-resolve - npm Package Compare versions

Comparing version 0.5.3 to 0.6.0

index.js

6

changelog.md

@@ -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 @@

21

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc