Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

redux-cycles

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-cycles - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

index.d.ts

6

package.json
{
"name": "redux-cycles",
"version": "0.4.0",
"version": "0.4.1",
"description": "Bring functional reactive programming to Redux using Cycle.js",
"typings": "index.d.ts",
"main": "dist",
"files": [
"dist"
"dist",
"index.d.ts"
],

@@ -9,0 +11,0 @@ "repository": "https://github.com/cyclejs-community/redux-cycles",

@@ -187,3 +187,3 @@ # Redux-cycles

[Cycle.js](https://cycle.js.org) is an interesting and unusual way of represting real-world programs.
[Cycle.js](https://cycle.js.org) is an interesting and unusual way of representing real-world programs.

@@ -190,0 +190,0 @@ The program is represented as a pure function, which takes in some *sources* about events in the real world (think a stream of Redux actions), does something with it, and returns *sinks*, aka streams with commands to be performed.

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