Socket
Socket
Sign inDemoInstall

source-map-support

Package Overview
Dependencies
2
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.2 to 0.2.3

11

package.json
{
"name": "source-map-support",
"description": "Fixes stack traces for files with source maps",
"version": "0.2.2",
"version": "0.2.3",
"main": "./source-map-support.js",

@@ -10,7 +10,14 @@ "scripts": {

"dependencies": {
"source-map-typescript-fix": "0.1.27"
"source-map": "0.1.29"
},
"devDependencies": {
"mocha": "1.8.1"
},
"repository": {
"type": "git",
"url": "https://github.com/evanw/node-source-map-support"
},
"bugs": {
"url": "https://github.com/evanw/node-source-map-support/issues"
}
}

4

source-map-support.js

@@ -1,4 +0,2 @@

// Note: This is using source-map-typescript-fix instead of source-map until
// Mozilla fixes their library to parse source maps with duplicate names
var SourceMapConsumer = require('source-map-typescript-fix').SourceMapConsumer;
var SourceMapConsumer = require('source-map').SourceMapConsumer;
var path = require('path');

@@ -5,0 +3,0 @@ var fs = require('fs');

Sorry, the diff of this file is too big to display

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