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

@darkobits/adeiu

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@darkobits/adeiu - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

### [0.2.7](https://github.com/darkobits/adeiu/compare/v0.2.6...v0.2.7) (2020-06-07)
### [0.2.6](https://github.com/darkobits/adeiu/compare/v0.2.5...v0.2.6) (2019-10-29)

@@ -7,0 +9,0 @@

2

dist/adeiu.js

@@ -20,3 +20,3 @@ "use strict";

function writeErrorToStderr(cb, signal, err) {
if (err && err.stack) {
if (err === null || err === void 0 ? void 0 : err.stack) {
const errType = err.constructor ? err.constructor.name : 'Error';

@@ -23,0 +23,0 @@ const cbName = cb.name ? `${signal} handler \`${cb.name}\`` : 'Anonymous callback';

{
"name": "@darkobits/adeiu",
"version": "0.2.6",
"version": "0.2.7",
"description": "Yet another POSIX signal handler.",

@@ -36,3 +36,3 @@ "license": "WTFPL",

"engines": {
"node": ">= 10.0.0"
"node": ">= 12.0.0"
},

@@ -50,12 +50,12 @@ "files": [

"dependencies": {
"chalk": "^2.4.2",
"ow": "^0.13.2"
"chalk": "^4.0.0",
"ow": "^0.17.0"
},
"devDependencies": {
"@darkobits/ts-unified": "^3.2.3",
"@types/jest": "^24.0.20",
"@types/node": "^12.11.7",
"emittery": "^0.5.1",
"@darkobits/ts-unified": "5.0.0-beta.18",
"@types/jest": "^25.2.3",
"@types/node": "^14.0.11",
"emittery": "^0.7.0",
"p-wait-for": "^3.1.0"
}
}

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