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.0.0 to 1.1.0

4

package.json
{
"author": "Luis Blanco <luisblanco1337@gmail.com>",
"name": "segfault-raub",
"version": "1.0.0",
"version": "1.1.0",
"description": "Catches SIGSEGV and prints diagnostic information",

@@ -29,3 +29,3 @@ "main": "index.js",

"config": {
"install": "v1.0.0"
"install": "v1.1.0"
},

@@ -32,0 +32,0 @@ "scripts": {

@@ -10,3 +10,3 @@ # Segfault handler for Node.js

> npm i webaudio-raub
> npm i segfault-raub

@@ -16,5 +16,6 @@

This module does nothing (zero perf impact) as long as Node is well-behaved.
If a **SIGSEGV** signal is raised, the module will print a native stack trace to both
**STDERR** and to a timestamped file. This module does nothing (zero perf impact) as
long as Node is well-behaved.
**STDERR** and to the "segfault.log" file (if exists). If there is no such file, it
**won't be created**, so it is up to you if the log-file is needed.

@@ -21,0 +22,0 @@ > Note: this **addon uses N-API**, and therefore is ABI-compatible across different

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