Socket
Socket
Sign inDemoInstall

redux-cli-logger

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-cli-logger - npm Package Compare versions

Comparing version 1.0.0 to 1.2.0

5

package.json
{
"name": "redux-cli-logger",
"version": "1.0.0",
"version": "1.2.0",
"description": "Redux logger for a node environment",

@@ -50,4 +50,3 @@ "main": "build/index.js",

],
"directories": {},
"readme": "ERROR: No README data found!"
"directories": {}
}

9

README.md

@@ -16,3 +16,5 @@ # redux-cli-logger

```bash
npm install --save-dev redux-cli-logger
```

@@ -63,5 +65,10 @@ ### Usage

nextColor: 'green',
predicate: ''
// when non-null, only prints if predicate(getState, action) is truthy
predicate: null,
// useful to trim parts of the state atom that are too verbose
stateTransformer: (state) => state,
// useful to censor private messages (containing password, etc.)
actionTransformer: (action) => action,
}
```
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