Socket
Socket
Sign inDemoInstall

source-map

Package Overview
Dependencies
1
Maintainers
3
Versions
68
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.15 to 0.1.16

4

lib/source-map/source-map-consumer.js

@@ -188,3 +188,5 @@ /* -*- Mode: js; js-indent-level: 2; -*- */

this._generatedMappings.push(mapping);
this._originalMappings.push(mapping);
if (typeof mapping.originalLine === 'number') {
this._originalMappings.push(mapping);
}
}

@@ -191,0 +193,0 @@ }

{
"name": "source-map",
"description": "Generates and consumes source maps",
"version": "0.1.15",
"version": "0.1.16",
"homepage": "https://github.com/mozilla/source-map",

@@ -6,0 +6,0 @@ "author": "Nick Fitzgerald <nfitzgerald@mozilla.com>",

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