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.2 to 0.0.3

16

index.d.ts

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

declare namespace PipelineFpUtils {
declare function map(g: any): any;
declare function mergeObjects(g: any): any;
declare function toJsonLine(g: any): any;
declare function tap(g: any): any;
declare function fromCallback(g: any): any;
declare function filter(g: any): any;
declare function fromArray(g: any): 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;
}
{
"name": "pipeline-fp-utils",
"version": "0.0.2",
"version": "0.0.3",
"description": "utilities fonctions to use with pipeline from streams module",

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

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