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

aa

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aa - npm Package Compare versions

Comparing version 0.1.33 to 0.1.34

2

aa.js

@@ -106,3 +106,3 @@ // aa.js - async-await.js

if (isPromise(gtor))
return new PromiseThunk(gtor);
return PromiseThunk.resolve(gtor);

@@ -109,0 +109,0 @@ // is function? then promisify it.

{
"name": "aa",
"version": "0.1.33",
"version": "0.1.34",
"description": "aa - async-await. co like library, go like channel, thunkify or promisify wrap package.",

@@ -5,0 +5,0 @@ "main": "aa.js",

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