stream-executor
Advanced tools
Comparing version 1.0.0 to 1.0.2
@@ -19,3 +19,3 @@ "use strict"; | ||
act9, | ||
act10 | ||
act10, | ||
].filter((act) => typeof act !== 'undefined'); | ||
@@ -22,0 +22,0 @@ this._actions = _actions; |
@@ -19,3 +19,3 @@ "use strict"; | ||
act9, | ||
act10 | ||
act10, | ||
].filter((act) => typeof act !== 'undefined'); | ||
@@ -22,0 +22,0 @@ this._actions = _actions; |
{ | ||
"name": "stream-executor", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"description": "functional stream programming", | ||
@@ -18,2 +18,6 @@ "main": "./lib/index.js", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/nor-ko-hi-jp/stream-executor.git" | ||
}, | ||
"keywords": [ | ||
@@ -20,0 +24,0 @@ "typescript", |
@@ -193,9 +193,9 @@ # stream-executor | ||
## helper methods and those descriptions in createStream are | ||
### 1. [map](./src/executors/helpers/index.ts#L1) | ||
### 2. [tap](./src/executors/helpers/index.ts#L16) | ||
### 3. [filter](./src/executors/helpers/index.ts#L31) | ||
### 4. [which](./src/executors/helpers/index.ts#L46) | ||
### 5. [ifRight](./src/executors/helpers/index.ts#L72) | ||
### 6. [asTypeOf](./src/executors/helpers/index.ts#L97) | ||
### 7. [asInstanceOf](./src/executors/helpers/index.ts#L120) | ||
### 8. [stop](./src/executors/helpers/index.ts#L142) | ||
1. [map](./src/executors/helpers/index.ts#L1) | ||
2. [tap](./src/executors/helpers/index.ts#L16) | ||
3. [filter](./src/executors/helpers/index.ts#L31) | ||
4. [which](./src/executors/helpers/index.ts#L46) | ||
5. [ifRight](./src/executors/helpers/index.ts#L72) | ||
6. [asTypeOf](./src/executors/helpers/index.ts#L97) | ||
7. [asInstanceOf](./src/executors/helpers/index.ts#L120) | ||
8. [stop](./src/executors/helpers/index.ts#L142) |
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
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
22812
0