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.1 to 1.0.2

6

CHANGES.md
# Changes
## 1.0.2
- Bump dependencies
- Remove unused require
- Run tests on node 0.10 and 0.12
## 1.0.1

@@ -4,0 +10,0 @@

12

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

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

"through2": "^0.6",
"convert-source-map": "^0.4",
"source-map": "~0.1.37"
"convert-source-map": "^1.0",
"source-map": "~0.4.2"
},
"devDependencies": {
"mocha": "^1.20",
"jslint": "^0.6",
"browserify": "^5.9"
"mocha": "^2.2",
"jslint": "^0.8",
"browserify": "^9.0"
},

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

@@ -14,3 +14,2 @@ /*global describe, it, before, beforeEach*/

var exec = require('child_process').exec;
var path = require('path');
var mapper = require('../lib/source-mapper');

@@ -17,0 +16,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