Socket
Socket
Sign inDemoInstall

source-mapper

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

source-mapper - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

.npmrc

4

CHANGES.md
# Changes
## 1.0.4
- Bump through2 to ^1.1 to align with browserify
## 1.0.3

@@ -4,0 +8,0 @@

6

package.json
{
"name": "source-mapper",
"version": "1.0.3",
"version": "1.0.4",
"description": "Replace strack traces with original sources using source maps",

@@ -19,3 +19,3 @@ "keywords": ["stack", "trace", "source-maps"],

"dependencies": {
"through2": "^0.6",
"through2": "^1.1",
"convert-source-map": "^1.0",

@@ -27,3 +27,3 @@ "source-map": "~0.4.2"

"jslint": "^0.8",
"browserify": "^9.0"
"browserify": "^10.2"
},

@@ -30,0 +30,0 @@ "repository": {

@@ -54,2 +54,6 @@ /*global describe, it, before, beforeEach*/

it('removes sourcesContent from map', function () {
assert.equal(x.map.sourcesContent, undefined);
});
it('maps node stdin stack', function (done) {

@@ -56,0 +60,0 @@ var node = exec('node', function (err) {

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