Socket
Socket
Sign inDemoInstall

source-map-support

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

source-map-support - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

4

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

@@ -10,3 +10,3 @@ "scripts": {

"dependencies": {
"source-map": "0.1.26"
"source-map-typescript-fix": "0.1.27"
},

@@ -13,0 +13,0 @@ "devDependencies": {

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

var SourceMapConsumer = require('source-map').SourceMapConsumer;
// 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 path = require('path');

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

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