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.8 to 0.2.9

13

CHANGELOG.md

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

### [0.2.9](https://github.com/darkobits/adeiu/compare/v0.2.8...v0.2.9) (2020-12-09)
### 🏗 Chores
* Update configuration. ([9acf728](https://github.com/darkobits/adeiu/commit/9acf728f1ae88ec5e57e03a61fe5de7ef5294f35))
* Update dependencies. ([a56d986](https://github.com/darkobits/adeiu/commit/a56d986f6e4129d78f16db5197657c14d06a3e4e))
### 📖 Documentation
* Update README. ([af9db45](https://github.com/darkobits/adeiu/commit/af9db455c70620dd6860d3bd587205ecfadae771))
### [0.2.8](https://github.com/darkobits/adeiu/compare/v0.2.7...v0.2.8) (2020-11-12)

@@ -7,0 +20,0 @@

2

dist/adeiu.js

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

function writeErrorToStderr(cb, signal, err) {
if (err === null || err === void 0 ? void 0 : err.stack) {
if (err !== null && err !== 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.8",
"version": "0.2.9",
"description": "Yet another POSIX signal handler.",

@@ -43,5 +43,2 @@ "license": "WTFPL",

"scripts": {
"build": "nps build",
"test": "nps test",
"bump": "nps bump",
"prepare": "nps prepare"

@@ -54,5 +51,3 @@ },

"devDependencies": {
"@darkobits/ts-unified": "^6.0.0-beta.1",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.7",
"@darkobits/ts": "^0.1.6",
"emittery": "^0.7.2",

@@ -59,0 +54,0 @@ "p-wait-for": "^3.1.0"

<a href="#top" id="top">
<img src="https://user-images.githubusercontent.com/441546/98942526-fd6ccd00-24a2-11eb-9f7c-8682add56bd0.png" style="max-width: 100%;">
<img src="https://user-images.githubusercontent.com/441546/101619135-b1407a00-39c7-11eb-8295-ea7d52a667bb.png" style="max-width: 100%;">
</a>

@@ -9,3 +9,3 @@ <p align="center">

<a href="https://david-dm.org/darkobits/adeiu"><img src="https://img.shields.io/david/darkobits/adeiu.svg?style=flat-square"></a>
<a href="https://conventionalcommits.org"><img src="https://img.shields.io/badge/conventional%20commits-1.0.0-FB5E85.svg?style=flat-square"></a>
<a href="https://github.com/conventional-changelog/standard-version"><img src="https://img.shields.io/badge/conventional%20commits-1.0.0-027dc6.svg?style=flat-square"></a>
</p>

@@ -12,0 +12,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