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.1.4 to 0.1.5

2

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

@@ -6,0 +6,0 @@ "scripts": {

@@ -5,3 +5,3 @@ var SourceMapConsumer = require('source-map').SourceMapConsumer;

function mapSourcePosition(cache, position) {
exports.mapSourcePosition = mapSourcePosition = function(cache, position) {
var sourceMap = cache[position.source];

@@ -8,0 +8,0 @@ if (!sourceMap && fs.existsSync(position.source)) {

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