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.9 to 0.1.10

5

aa.js
// aa.js - async-await.js
this.aa = function () {
this.aa = function (PromiseThunk) {
'use strict';
var PromiseThunk = require('promise-thunk');
var isPromise = PromiseThunk.isPromise;

@@ -407,2 +406,2 @@ var wrap = PromiseThunk.wrap;

}();
}(this.PromiseThunk || require('promise-thunk'));

4

package.json
{
"name": "aa",
"version": "0.1.9",
"version": "0.1.10",
"description": "aa - Async-Await. co like library, go like channel, thunkify or promisefy wrap package",
"main": "aa.js",
"dependencies": {
"promise-thunk": ">=0.0.3"
"promise-thunk": ">=0.1.0"
},

@@ -9,0 +9,0 @@ "devDependencies": {

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