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

async-later

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-later - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

dist/esm.js

9

package.json
{
"name": "async-later",
"version": "0.1.2",
"version": "0.1.3",
"description": "Functional directives for Promise and AsyncIterable",
"main": "dist/index.js",
"main": "dist/esm.js",
"type": "module",

@@ -10,4 +10,4 @@ "types": "src",

"start": "onchange \"src/**/*.js\" \"src/**/*.ts\" -- npm run build",
"test": "DEBUG=1 node --experimental-specifier-resolution=node dist/test.js | tap-spec-emoji",
"build": "tsc"
"test": "VERBOSE=1 node --experimental-specifier-resolution=node dist/test.js | tap-spec-emoji",
"build": "node scripts/build.js"
},

@@ -30,2 +30,3 @@ "repository": {

"@types/tape": "^4.13.2",
"esbuild": "^0.12.17",
"onchange": "^7.1.0",

@@ -32,0 +33,0 @@ "streaming-iterables": "^6.0.0",

@@ -71,3 +71,3 @@ # async-later 🏄‍♂️

Creates `next()` and `complete()` interfaces for an `AsyncIterable` (similar to [`Observable`](https://github.com/tc39/proposal-observable)s). [Stalls on back pressure](https://github.com/functionland/box/blob/39c389aba558799bf909b82734e2408715f5103b/packages/async-later/src/test.js#L91) and [caches when read is slower](https://github.com/functionland/box/blob/39c389aba558799bf909b82734e2408715f5103b/packages/async-later/src/index.ts#L33).
Creates `next()` and `complete()` interfaces for an `AsyncIterable` (similar to [`Observable`](https://github.com/tc39/proposal-observable)s). [Stalls on back pressure](https://github.com/functionland/box/blob/7a42a6e1e58d3a233066d969f2de03b401b684bb/packages/async-later/src/test.js#L91) and [caches when read is slower](https://github.com/functionland/box/blob/7a42a6e1e58d3a233066d969f2de03b401b684bb/packages/async-later/src/iterate-later.ts#L5).

@@ -236,3 +236,3 @@ ```js

Invokes `functions` [with `Promise.all`](https://github.com/functionland/box/blob/eb995f09a1aaf27b2505235e237e2d181cdbc99d/packages/async-later/src/concurrently.ts#L1).
Invokes `functions` [with `Promise.all`](https://github.com/functionland/box/blob/eb995f09a1aaf27b2505235e237e2d181cdbc99d/packages/async-later/src/concurrently.ts#L2).

@@ -239,0 +239,0 @@ ```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