New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

segfault-raub

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

segfault-raub - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

18

index.js
'use strict';
const { bin } = require('addon-tools-raub');
const core = require(`./${bin}/segfault`);
module.exports = core;
if (global['segfault-raub']) {
module.exports = global['segfault-raub'];
} else {
const { bin } = require('addon-tools-raub');
const core = require(`./${bin}/segfault`);
global['segfault-raub'] = core;
module.exports = core;
}
{
"author": "Luis Blanco <luisblanco1337@gmail.com>",
"name": "segfault-raub",
"version": "1.1.0",
"version": "1.1.1",
"description": "Catches SIGSEGV and prints diagnostic information",

@@ -43,4 +43,4 @@ "main": "index.js",

"dependencies": {
"addon-tools-raub": "5.0.0"
"addon-tools-raub": "5.1.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