Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@ahanapediatrics/ahana-fp
Advanced tools
This package contains a series of "FP-friendly" classes for use in your code.
An “FP-friendly’ object can be defined as an instance of the class with immutable internal property and a set of methods that are all ‘pure’ with the caveat that they are able to read internal fields without treating that as a side effect?
Put another way, in a purely FP language, the set of functions F that can operate on a type T
can be reasonably modeled in a hybrid or OO language as a class T
, where each of the functions in F becomes a method on the class T
, with the initial parameter of each function being replaced by an internal property of T
.
Well, me. I don't think this definition should cause anyone by the most hardened purist any real concern.
Implementing these in a purely FP style would still result in the functions being packaged someway, probably in some kind of namespace. This is just another way to manage this.
If you're able to release new version, you should do:
npm run release
git push && git push --tags
FAQs
FP-friendly classes for Typescript
The npm package @ahanapediatrics/ahana-fp receives a total of 28 weekly downloads. As such, @ahanapediatrics/ahana-fp popularity was classified as not popular.
We found that @ahanapediatrics/ahana-fp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.