@azothjs/channels
Advanced tools
Comparing version 0.3.0 to 0.3.1
import './with-resolvers-polyfill.js'; | ||
export { use } from './consume.js'; | ||
export { branch } from './branch.js'; | ||
export { channel } from './channel.js'; | ||
export { consume } from './consume.js'; | ||
export { repeat } from './tee.js'; | ||
export { observe } from './unicast.js'; | ||
export { generator } from './generator.js'; | ||
export { reduce } from './reduce.js'; | ||
export { tee } from './tee.js'; | ||
export { unicast } from './unicast.js'; |
{ | ||
"name": "@azothjs/channels", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Asynchronous layout channels", | ||
@@ -24,8 +24,9 @@ "author": "Marty Nelson", | ||
"files": [ | ||
"branch.js", | ||
"channel.js", | ||
"consume.js", | ||
"generators.js", | ||
"index.js", | ||
"repeat.js", | ||
"throw.js", | ||
"use.js", | ||
"generator.js", | ||
"reduce.js", | ||
"tee.js", | ||
"unicast.js", | ||
"with-resolvers-polyfill.js", | ||
@@ -32,0 +33,0 @@ "README" |
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
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
11340
11
275