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

conduxion

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conduxion - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

12

package.json
{
"name": "conduxion",
"version": "1.0.5",
"description": "",
"version": "1.0.6",
"description": "Consequential Redux Actions",
"keywords": [
"redux",
"consequence",
"typescript",
"state",
"state management"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": "https://github.com/huboneo/conduxion",
"scripts": {

@@ -8,0 +16,0 @@ "clean": "rimraf dist",

8

README.md
# Conduxion
**Con**~~sequential~~ ~~re~~**dux** ~~act~~**ion**~~s~~
A small API extracting the goodness of https://github.com/edumentab/talks-redux-patterns by [@krawaller](https://github.com/krawaller).

@@ -21,3 +23,3 @@

type: 'SET_IS_AUTHENTICATED',
reducer (state, payload) {
reducer(state, payload) {
const {isAuthenticated} = payload;

@@ -50,3 +52,3 @@

Instead of creating singleton reducers responsible for a single state slice, we create reducers for each individual action that can act on the entire state.
Instead of creating singleton reducers responsible for a single state slice, we create reducers for each individual action that can act across the entire state.

@@ -148,3 +150,3 @@ Should an action have consequences, they are declared on the action itself (as an event-emitter).

// optional
reducer: (state, payload) => {
reducer(state, payload) {
const {isAuthenticated} = payload;

@@ -151,0 +153,0 @@

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