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 2.4.0 to 2.5.0

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

## [2.5.0](https://github.com/ohana-pediatrics/ahana-fp/compare/v2.4.0...v2.5.0) (2020-10-28)
### Features
* 🎸 ensure that `Optional.property` does not return undef ([5fe40b7](https://github.com/ohana-pediatrics/ahana-fp/commit/5fe40b72e6571897411b46a62c6ab6b6e1eb47c8))
## [2.4.0](https://github.com/ohana-pediatrics/ahana-fp/compare/v2.3.3...v2.4.0) (2020-10-26)

@@ -7,0 +14,0 @@

2

lib/Optional.d.ts

@@ -113,4 +113,4 @@ /**

property<K extends keyof T>(key: K): T[K] | undefined;
property<K extends keyof T>(key: K, orElse: T[K]): T[K];
property<K extends keyof T>(key: K, orElse: NonNullable<T[K]>): NonNullable<T[K]>;
toJSON(): T | undefined;
}
{
"name": "@ahanapediatrics/ahana-fp",
"version": "2.4.0",
"version": "2.5.0",
"description": "FP-friendly classes for Typescript",

@@ -5,0 +5,0 @@ "main": "lib/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