New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

reffects

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reffects - npm Package Compare versions

Comparing version 0.1.18 to 0.1.19

4

docs/terminology.md

@@ -9,5 +9,5 @@ ## Terminology

If the side-effects and side-causes are just data, how do we do the *actual* work? When you request a `coeffect` or trigger `effect`, `reffects` will look for its handler to do the actual side-effect/side-cause under the hood. For this to work, you'll need to [register your effect handlers](/docs/api.md#registereffecthandler) and your [coeffect handlers](/docs/api.md#registercoeffecthandler) as described.
If the side-effects and side-causes are just data, how do we do the *actual* work? When you request a `coeffect` or trigger `effect`, `reffects` will look for its handler to do the actual side-effect/side-cause under the hood. For this to work, you'll need to [register your effect handlers](/packages/reffects/docs/api.md#registereffecthandler) and your [coeffect handlers](/packages/reffects/docs/api.md#registercoeffecthandler) as described.
For an `event` to do something, you'll also need to [register its handler](/docs/api.md#registereventhandler). **Here is where your business logic should live.**
For an `event` to do something, you'll also need to [register its handler](/packages/reffects/docs/api.md#registereventhandler). **Here is where your business logic should live.**

@@ -14,0 +14,0 @@ To give you an idea of everything together, this should be a normal flow with reffects:

{
"name": "reffects",
"version": "0.1.18",
"version": "0.1.19",
"description": "",

@@ -30,3 +30,4 @@ "source": "src/index.js",

]
}
},
"gitHead": "fb8e6654806ae4dabffcbc01259f5bd989424ad9"
}
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