Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.