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

pipeline-fp-utils

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pipeline-fp-utils - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

15

index.d.ts

@@ -0,9 +1,10 @@

type Stream = ReadableStream | TransformStream | AsyncGenerator<any>;
declare module "pipeline-fp-utils" {
function map(g: any): any;
function mergeObjects(g: any): any;
function toJsonLine(g: any): any;
function tap(g: any): any;
function fromCallback(g: any): any;
function filter(g: any): any;
function fromArray(g: any): any;
function map(g: Stream): Stream;
function mergeObjects(g: Stream): Stream;
function toJsonLine(g: Stream): Stream;
function tap(g: Stream): Stream;
function fromCallback(g: Stream): Stream;
function filter(g: Stream): Stream;
function fromArray(g: Array<any>): Stream;
}
{
"name": "pipeline-fp-utils",
"version": "0.0.3",
"version": "0.0.4",
"description": "utilities fonctions to use with pipeline from streams module",

@@ -24,3 +24,5 @@ "main": "lib/index.mjs",

"homepage": "https://github.com/fosk06/pipeline-fp-utils#readme",
"dependencies": {},
"dependencies": {
"@types/node": "^17.0.35"
},
"devDependencies": {

@@ -27,0 +29,0 @@ "chai": "^4.3.6",

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