New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ahanapediatrics/ahana-fp

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ahanapediatrics/ahana-fp - npm Package Compare versions

Comparing version 3.3.0 to 3.4.0

4

dist/Optional.d.ts

@@ -52,3 +52,5 @@ /**

*/
ifPresent(consumer: (val: T) => void): void;
ifPresent(consumer: (val: T) => void): {
orElse: (f: () => void) => void;
};
/**

@@ -55,0 +57,0 @@ * Check whether the Optional is empty or not.

@@ -102,3 +102,9 @@ "use strict";

consumer(this.value);
return {
orElse: () => { },
};
}
return {
orElse: (f) => f(),
};
}

@@ -105,0 +111,0 @@ /**

{
"name": "@ahanapediatrics/ahana-fp",
"version": "3.3.0",
"version": "3.4.0",
"description": "FP-friendly classes for Typescript",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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