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

stream-executor

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stream-executor - npm Package Compare versions

Comparing version 1.0.0 to 1.0.2

2

lib/executors/batch.executor.js

@@ -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)
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