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.0 to 0.2.1

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Change Log

## [0.2.1](https://github.com/darkobits/adeiu/compare/v0.2.0...v0.2.1) (2019-04-23)
# [0.2.0](https://github.com/darkobits/adeiu/compare/v0.1.0...v0.2.0) (2019-04-23)

@@ -7,0 +11,0 @@

2

dist/adeiu.js

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

signalCallbacks.set(signal, [cb]);
process.once(signal, handler);
process.prependOnceListener(signal, handler);
} else {

@@ -66,0 +66,0 @@ signalCallbacks.set(signal, [...callbacksForSignal, cb]);

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

@@ -5,0 +5,0 @@ "license": "WTFPL",

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