Socket
Socket
Sign inDemoInstall

async-af

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-af - npm Package Compare versions

Comparing version 7.0.0 to 7.0.1

2

esm/min.js
/*!
* async-af/esm/min v7.0.0
* async-af/esm/min v7.0.1
*

@@ -4,0 +4,0 @@ * AsyncAF (The asynciest of async libs there ever was or ever will be...AsyncAF!?)

/*!
* async-af/legacy/min v7.0.0
* async-af/legacy/min v7.0.1
*

@@ -4,0 +4,0 @@ * AsyncAF (The asynciest of async libs there ever was or ever will be...AsyncAF!?)

/*!
* async-af/min v7.0.0
* async-af/min v7.0.1
*

@@ -4,0 +4,0 @@ * AsyncAF (The asynciest of async libs there ever was or ever will be...AsyncAF!?)

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "7.0.0",
"version": "7.0.1",
"homepage": "https://async-af.js.org",

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

@@ -30,7 +30,7 @@ <a><img src="https://img.shields.io/bundlephobia/minzip/async-af.svg?style=for-the-badge&amp;label=size&amp;colorB=466EF1" alt="npm package size (min + gzip)"></a>

.mapAF(async userId => {
const response = await fetch(`fake-game-api/users/${userId}`);
return response.json();
const user = await fetch(`fake-game-api/users/${userId}`);
return user.json();
})
// filter by active users
.filterAF(user => user.isActive)
.filterAF(user => user.isActive);
}

@@ -228,3 +228,3 @@ ```

<div>Love AsyncAF?&nbsp;&nbsp;<iframe src="https://ghbtns.com/github-btn.html?user=AsyncAF&repo=AsyncAF&type=star&count=false" frameborder="0" scrolling="0" width="160px" height="30px" style="position:absolute"></iframe></div>
<div>Love AsyncAF? <a href="https://github.com/AsyncAF/AsyncAF"><img src="https://badgen.net/badge//star/blue?icon=github" alt="star it on GitHub"></a></div>

@@ -231,0 +231,0 @@ See something to improve? [File an issue](https://github.com/AsyncAF/AsyncAF/issues) or

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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