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

bugsnag-sourcemap

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bugsnag-sourcemap - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

index.js

@@ -32,8 +32,6 @@ const fs = require('fs');

case 'sources': {
const sources = {};
Object.keys(fieldValue).forEach(sourceUrl => {
const sourcePath = fieldValue[sourceUrl];
sources[sourceUrl] = fs.createReadStream(sourcePath);
formData[sourceUrl] = fs.createReadStream(sourcePath);
});
formData[fieldName] = sources;
break;

@@ -40,0 +38,0 @@ }

{
"name": "bugsnag-sourcemap",
"description": "A Node.js module to programmatically upload your sourcemap files to Bugsnag",
"version": "0.0.2",
"version": "0.0.3",
"keywords": [

@@ -6,0 +6,0 @@ "bugsnag",

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