async-later
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18951
7
4
131
1