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

asyncbox

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asyncbox - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

4

lib/es6/main.js

@@ -61,7 +61,5 @@ import Q from 'q';

function asyncify (fn, ...args) {
fn.call(null, ...args).then(() => {}, (err) => {
console.error(err.stack);
});
fn.call(null, ...args).then((err) => { console.error(err.stack); }, () => {});
}
export { sleep, retry, nodeify, nodeifyAll, retryInterval, asyncify };

@@ -9,3 +9,3 @@ {

],
"version": "1.0.6",
"version": "1.0.7",
"author": "jlipps@gmail.com",

@@ -12,0 +12,0 @@ "licenses": [

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