Socket
Socket
Sign inDemoInstall

source-list-map

Package Overview
Dependencies
0
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.6 to 0.1.7

test/fixtures/from-to-tests/babel2-source.js

5

lib/fromStringWithSourceMap.js

@@ -65,4 +65,5 @@ /*

if(mapping.rest && mapping.rest[0] === ",") {
mapping.rest = mapping.rest.substr(1);
if(mapping.rest) {
var next = mapping.rest.indexOf(",");
mapping.rest = next === -1 ? "" : mapping.rest.substr(next);
}

@@ -69,0 +70,0 @@

2

package.json
{
"name": "source-list-map",
"version": "0.1.6",
"version": "0.1.7",
"description": "Fast line to line SourceMap generator.",

@@ -5,0 +5,0 @@ "author": "Tobias Koppers @sokra",

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