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

@teleology/fp

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teleology/fp - npm Package Compare versions

Comparing version 3.0.4 to 3.0.5

4

lib/types.d.ts

@@ -5,3 +5,3 @@ export declare type Iterable = {

export declare type Equalizer = (v: any, i: number) => boolean;
export declare type AsyncFunction = (...any: any[]) => Promise<any>;
export declare type Chainable = AsyncFunction | Function;
export declare type AsyncFunction = (...args: any) => Promise<any>;
export declare type Chainable = Promise<any> | AsyncFunction | Function | any;
{
"name": "@teleology/fp",
"version": "3.0.4",
"version": "3.0.5",
"description": "A small collection of functional programming utils",

@@ -5,0 +5,0 @@ "author": "Chris Sullivan <chrissullivan.dev@gmail.com>",

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