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

backtrace-morgue

Package Overview
Dependencies
Maintainers
3
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backtrace-morgue - npm Package Compare versions

Comparing version 0.11.1 to 0.11.2

19fc.btt

5

bin/morgue.js

@@ -879,2 +879,7 @@ #!/usr/bin/env node

if (!cs || cs.length === 0) {
console.log('');
return;
}
try {

@@ -881,0 +886,0 @@ callstack = JSON.parse(cs);

@@ -820,2 +820,7 @@ #!/usr/bin/env node

if (!cs || cs.length === 0) {
console.log('');
return;
}
try {

@@ -822,0 +827,0 @@ callstack = JSON.parse(cs);

2

dist/package.json
{
"name": "backtrace-morgue",
"version": "0.11.1",
"version": "0.11.2",
"description": "command line interface to the Backtrace object store",

@@ -5,0 +5,0 @@ "main": "./dist/lib/coroner.js",

{
"name": "backtrace-morgue",
"version": "0.11.1",
"version": "0.11.2",
"description": "command line interface to the Backtrace object store",

@@ -5,0 +5,0 @@ "main": "./dist/lib/coroner.js",

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