Socket
Socket
Sign inDemoInstall

a-wait-forit

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.5 to 0.1.6

2

lib/index.js

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

return (typeof maybePromise === 'function' ? maybePromise() : maybePromise).then(_ => [undefined, _]).catch(onError);
return (typeof maybePromise === 'function' ? maybePromise() : maybePromise).then(_ => [undefined, _]).catch(error => onError(error));
};
{
"name": "a-wait-forit",
"version": "0.1.5",
"version": "0.1.6",
"description": "Async/await without try/catch",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc