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.
@effet/core
Advanced tools
Core package. Use this with others to enhance your effects.
This is the main juice of the library.
This function behaves similarily to pipe
- it is a variadic function
that accepts operators as arguments.
operators
...anyReturns Chain
construct
returns this instance for convinience.
Creates a new effect chain (based on this one), but allows you to extend it with additional operators.
operators
...[Operator] An array of operators to extend the chain.Returns Chain New, separate instance of Chain.
This is a list of operators that are available in the core package.
This operator sets the input data for the effect to an arbitrary value.
input
any A value that will become the new input dataReturns Operator An instance of this operator
Assuming the output is an object or an array of objects, project filters the resulting properties based on the array of allowed keys.
keys
[String] An array of keys that will be present in the resulting
object.FAQs
Composable, declarative effects
The npm package @effet/core receives a total of 2 weekly downloads. As such, @effet/core popularity was classified as not popular.
We found that @effet/core 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.