Socket
Socket
Sign inDemoInstall

my-easy-fp

Package Overview
Dependencies
0
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.19.2 to 0.19.3

3

dist/cjs/index.d.ts

@@ -157,4 +157,5 @@ /**

declare function isEmpty<T>(value?: T | undefined | null): value is undefined | null;
declare function isError(err: unknown): Error | undefined;
declare function isError(err: unknown, defaultValue: Error): Error;
declare function isError(err?: unknown, defaultValue?: Error): Error | undefined;
declare function isError(err: unknown, defaultValue: Error): Error;
declare function isFalse(value: boolean): boolean;

@@ -161,0 +162,0 @@ /**

@@ -157,4 +157,5 @@ /**

declare function isEmpty<T>(value?: T | undefined | null): value is undefined | null;
declare function isError(err: unknown): Error | undefined;
declare function isError(err: unknown, defaultValue: Error): Error;
declare function isError(err?: unknown, defaultValue?: Error): Error | undefined;
declare function isError(err: unknown, defaultValue: Error): Error;
declare function isFalse(value: boolean): boolean;

@@ -161,0 +162,0 @@ /**

{
"name": "my-easy-fp",
"version": "0.19.2",
"version": "0.19.3",
"description": "Simple functional programming utility & Misc programming tool",

@@ -5,0 +5,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc