Socket
Socket
Sign inDemoInstall

@cspotcode/source-map-support

Package Overview
Dependencies
3
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.0 to 0.8.1

2

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

@@ -6,0 +6,0 @@ "types": "./source-map-support.d.ts",

@@ -665,3 +665,3 @@ const { TraceMap, originalPositionFor, AnyMap } = require('@jridgewell/trace-mapping');

var message = error.message || '';
errorString = name + ": " + message;
errorString = message ? name + ": " + message : name;
}

@@ -668,0 +668,0 @@

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