New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.32 to 0.1.33

4

aa.js

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

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

@@ -117,3 +117,3 @@ // is function? then promisify it.

var resolve, reject, p = PromiseThunk(
var resolve, reject, p = new PromiseThunk(
function (res, rej) { resolve = res; reject = rej; });

@@ -120,0 +120,0 @@

{
"name": "aa",
"version": "0.1.32",
"version": "0.1.33",
"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