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 1.3.0 to 1.3.1

7

CHANGELOG.md

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

### [1.3.1](https://github.com/ohana-pediatrics/ahana-fp/compare/v1.3.0...v1.3.1) (2019-12-03)
### Bug Fixes
* 🐛 ensure that Lazy is exported ([f1e3ce5](https://github.com/ohana-pediatrics/ahana-fp/commit/f1e3ce57b5a944d84c8355ca7a2c70f751f967e8))
## [1.3.0](https://github.com/ohana-pediatrics/ahana-fp/compare/v1.2.2...v1.3.0) (2019-12-03)

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

1

lib/index.d.ts

@@ -5,2 +5,3 @@ import { Optional } from './Optional';

export * from './Either';
export * from './Lazy';
/**

@@ -7,0 +8,0 @@ * Take a function that requires a value of `T` and return a version that takes `Optional<T>`

@@ -10,2 +10,3 @@ "use strict";

__export(require("./Either"));
__export(require("./Lazy"));
/**

@@ -12,0 +13,0 @@ * Take a function that requires a value of `T` and return a version that takes `Optional<T>`

2

package.json
{
"name": "@ahanapediatrics/ahana-fp",
"version": "1.3.0",
"version": "1.3.1",
"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