Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

istanbul-lib-source-maps

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

istanbul-lib-source-maps - npm Package Compare versions

Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3

5

lib/map-store.js

@@ -26,3 +26,3 @@ /*

if (sourceMapUrl.indexOf('data') === 0) {
this.data[transformedFilePath] = converter.fromComment(sourceMapUrl);
this.data[transformedFilePath] = converter.fromComment(sourceMapUrl).toObject();
return;

@@ -54,5 +54,2 @@ }

}
if (!obj.version && obj.sourcemap) { //typescript hack, talk to @blakeembrey about this
obj = obj.sourcemap;
}
return new SMC(obj);

@@ -59,0 +56,0 @@ } catch (ex) {

2

package.json
{
"name": "istanbul-lib-source-maps",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "Source maps support for istanbul",

@@ -5,0 +5,0 @@ "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",

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