Socket
Socket
Sign inDemoInstall

redux-diff-logger

Package Overview
Dependencies
48
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.6 to 0.0.7

src/index.js

8

package.json
{
"name": "redux-diff-logger",
"version": "0.0.6",
"version": "0.0.7",
"description": "Diff logger between states for redux",
"main": "build/logger.js",
"main": "lib/index.js",
"scripts": {
"test": "npm run lint",
"clean": "$(npm bin)/rimraf build",
"clean": "$(npm bin)/rimraf lib",
"lint": "$(npm bin)/eslint src",
"build:module": "$(npm bin)/babel src --out-dir build",
"build:module": "$(npm bin)/babel src --out-dir lib",
"build:example": "$(npm bin)/webpack -p --config example/webpack.config.production.js",

@@ -12,0 +12,0 @@ "build": "npm run build:module && npm run build:example",

@@ -5,4 +5,7 @@ # Diff logger between states for redux

### WIP
**Don't be released until solved array's issue [#1](https://github.com/fcomb/redux-diff-logger/issues/1)**. Help appreciated!
### Install
`npm i --save-dev redux-diff-logger`
`npm i --save redux-diff-logger`

@@ -9,0 +12,0 @@ ### Usage

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc