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

@reactive-js/pipe

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reactive-js/pipe - npm Package Compare versions

Comparing version 0.0.25 to 0.0.26

4

package.json
{
"name": "@reactive-js/pipe",
"version": "0.0.25",
"version": "0.0.26",
"main": "dist/cjs/index.js",

@@ -50,3 +50,3 @@ "module": "dist/esm5/index.js",

},
"gitHead": "c23221b85a7fc7f4252783af164069c6397f41de"
"gitHead": "8ba4fa5036e9a8dedc0394b229e565934f0f7195"
}
# @reactive-js/pipe
Type safe functional pipe function. This is an optional dependency for users of reactive-js, but used internally throughout the library.
## Installation
### via npm
```sh
npm install @reactive-js/pipe
```
### via yarn
```sh
yarn add @reactive-js/pipe
```
## Usage
```typescript
import { pipe } from "@reactive-js/pipe";
const arr = new Array(1000);
const result = pipe(arr, f1, f2, f3);
```
## Documentation
API documentation is available [here](./docs).
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