Socket
Socket
Sign inDemoInstall

segfault-handler

Package Overview
Dependencies
Maintainers
3
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 1.2.0 to 1.3.0

index.d.ts

9

CHANGELOG.md

@@ -1,6 +0,11 @@

### 1.2.0 (2018-05-18)
### 1.3.0 (2019-06-25)
* [PR#65](https://github.com/ddopson/node-segfault-handler/pull/65) - Add TypeScript definitions.
* [PR#66](https://github.com/ddopson/node-segfault-handler/pull/66) - Support for node 0.10.
### 1.2.0 (2019-05-18)
* [PR#62](https://github.com/ddopson/node-segfault-handler/pull/62) - Support for node 12.
### 1.1.0 (2018-04-30)
### 1.1.0 (2019-04-30)

@@ -7,0 +12,0 @@ * [PR#37](https://github.com/ddopson/node-segfault-handler/pull/37) - Fix lack of stack trace on ARM.

{
"name": "segfault-handler",
"description": "catches SIGSEGV and prints diagnostic information",
"version": "1.2.0",
"version": "1.3.0",
"author": "Kenneth Geisshirt <geisshirt@gmail.com>",

@@ -19,6 +19,7 @@ "contributors": [

"bindings": "^1.2.1",
"nan": "^2.13.2"
"nan": "^2.14.0"
},
"main": "index.js",
"types": "index.d.ts",
"license": "BSD-3-Clause"
}

@@ -79,2 +79,4 @@ # Overview

* Paul-Maxime (@paul-maxime)
* Ștefan-Gabriel Muscalu (@legraphista)
* Matt Esch (@Matt-Esch)
* Kenneth Geisshirt (@kneth): current maintainer

@@ -81,0 +83,0 @@

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