Socket
Socket
Sign inDemoInstall

source-map-resolve

Package Overview
Dependencies
5
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.1 to 0.5.2

test/common.js

2

bower.json
{
"name": "source-map-resolve",
"version": "0.5.1",
"version": "0.5.2",
"author": "Simon Lydell",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -0,1 +1,7 @@

### Version 0.5.2 (2018-05-10) ###
- Improved: Updated the version range of `atob` to disallow depending on `2.0.3`
which as a [security
vulnerability](https://snyk.io/test/npm/atob/2.0.3?severity=high&severity=medium&severity=low).
### Version 0.5.1 (2017-10-21) ###

@@ -2,0 +8,0 @@

{
"name": "source-map-resolve",
"version": "0.5.1",
"version": "0.5.2",
"author": "Simon Lydell",

@@ -5,0 +5,0 @@ "license": "MIT",

{
"name": "source-map-resolve",
"version": "0.5.1",
"version": "0.5.2",
"author": "Simon Lydell",

@@ -25,3 +25,3 @@ "license": "MIT",

"lint": "jshint lib/ test/",
"unit": "node test/source-map-resolve.js && node test/windows.js && node test/read.js",
"unit": "node test/source-map-resolve.js && node test/windows.js",
"test": "npm run lint && npm run unit",

@@ -31,28 +31,15 @@ "build": "node generate-source-map-resolve.js"

"dependencies": {
"atob": "^2.1.1",
"decode-uri-component": "^0.2.0",
"resolve-url": "^0.2.1",
"source-map-url": "^0.4.0",
"atob": "^2.0.0",
"urix": "^0.1.0",
"resolve-url": "^0.2.1"
"urix": "^0.1.0"
},
"devDependencies": {
"tape": "^4.4.0",
"jshint": "~2.9.1",
"setimmediate": "^1.0.4",
"Base64": "^0.3.0",
"simple-asyncify": "^1.0.0"
},
"testling": {
"files": "test/source-map-resolve.js",
"browsers": [
"ie/8..latest",
"chrome/latest",
"firefox/latest",
"opera/12",
"opera/latest",
"safari/5",
"iphone/6",
"android-browser/4"
]
"Base64": "1.0.1",
"jshint": "2.9.5",
"setimmediate": "1.0.5",
"simple-asyncify": "1.0.0",
"tape": "4.9.0"
}
}
}
Overview [![Build Status](https://travis-ci.org/lydell/source-map-resolve.svg?branch=master)](https://travis-ci.org/lydell/source-map-resolve)
========
[![browser support](https://ci.testling.com/lydell/source-map-resolve.png)](https://ci.testling.com/lydell/source-map-resolve)
Resolve the source map and/or sources for a generated file.

@@ -213,5 +211,2 @@

To run the tests in a browser, run `testling` (`npm install -g testling`) or
`testling -u`.
x-package.json5

@@ -218,0 +213,0 @@ ---------------

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc