Socket
Socket
Sign inDemoInstall

segfault-handler

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

segfault-handler - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

.dntrc

2

index.js
// The 'bindings' helper will try all the well-known paths that the module might compile to based on platform / version / debug / etc
module.exports = require('bindings')('segfault-handler-native');
module.exports = require('bindings')('segfault-handler');
{
"name": "segfault-handler"
,"description": "catches SIGSEGV and prints diagnostic information"
,"version": "0.2.1"
,"author": "Dave Dopson <ddopson@gmail.com>"
,"contributors": [
"Dave Dopson <ddopson@gmail.com>"
,"Mark Smith <msmith@rallydev.com>"
,"David Swift <dswift@pccowboy.com>"
]
,"dependencies": {
"bindings": "*"
"name": "segfault-handler",
"description": "catches SIGSEGV and prints diagnostic information",
"version": "0.2.2",
"author": "Dave Dopson <ddopson@gmail.com>",
"contributors": [
"Dave Dopson <ddopson@gmail.com>",
"Mark Smith <msmith@rallydev.com>",
"David Swift <dswift@pccowboy.com>",
"Anton Whalley <anton@venshare.com>"
],
"dependencies": {
"bindings": "^1.2.1",
"nan": "^1.3.0"
},
"main": "index.js",
"devDependencies": {
"tap": "^0.4.13"
}
,"main": "index.js"
}

@@ -9,3 +9,3 @@ # Overview

var SegfaultHandler = require('segfault-handler');
var SegfaultHandler = require('segfault_handler');

@@ -12,0 +12,0 @@ SegfaultHandler.registerHandler();

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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