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

get-source

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-source - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

2

get-source.js

@@ -118,3 +118,3 @@ "use strict";

path, text: '', error: e,
resolve (loc) { return assign ({}, loc, { error: e, sourceLine: '', sourceFile: '' }) }
resolve (loc) { return assign ({}, loc, { error: e, sourceLine: '', sourceFile: file }) }
}

@@ -121,0 +121,0 @@ }

{
"name": "get-source",
"version": "2.0.6",
"version": "2.0.7",
"description": "Fetch source-mapped sources. Peek by file, line, column. Node & browsers. Sync & async.",

@@ -5,0 +5,0 @@ "main": "get-source",

@@ -186,2 +186,3 @@ "use strict";

resolved.sourceLine.should.equal ('')
resolved.sourceFile.should.be.instanceOf (Object)
})

@@ -188,0 +189,0 @@

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