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

redux-logger

Package Overview
Dependencies
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-logger - npm Package Compare versions

Comparing version 2.10.0 to 2.10.1

19

package.json
{
"name": "redux-logger",
"version": "2.10.0",
"version": "2.10.1",
"description": "Logger for Redux",

@@ -56,11 +56,12 @@ "main": "lib/index.js",

"@dtrussia/eslint-config-dtrussia": "2.2.1",
"babel-cli": "6.18.0",
"babel-core": "6.18.2",
"babel-cli": "^6.24.0",
"babel-core": "^6.24.0",
"babel-eslint": "7.1.1",
"babel-loader": "6.2.8",
"babel-loader": "^6.4.1",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-transform-es2015-modules-umd": "6.24.0",
"babel-plugin-transform-inline-environment-variables": "6.8.0",
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.16.0",
"babel-preset-stage-0": "6.16.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"chai": "3.5.0",

@@ -71,3 +72,3 @@ "codecov": "1.0.1",

"http-server": "0.9.0",
"husky": "0.11.9",
"husky": "^0.13.2",
"mocha": "3.1.2",

@@ -77,3 +78,3 @@ "nyc": "9.0.1",

"redux": "^3.6.0",
"rimraf": "2.5.4",
"rimraf": "^2.6.1",
"sinon": "^1.17.7",

@@ -80,0 +81,0 @@ "webpack": "1.13.3"

@@ -19,2 +19,3 @@ # Logger for Redux

* [Log batched actions](#log-batched-actions)
* [To Do](#to-do)
* [Known issues](#known-issues) (with `react-native` only at this moment)

@@ -284,2 +285,12 @@ * [License](#license)

## To Do
- [ ] Update example to [create-react-app](https://github.com/facebookincubator/create-react-app)
- [ ] Update eslint config to [airbnb's](https://www.npmjs.com/package/eslint-config-airbnb)
- [ ] Clean up code, because it's very messy, to be honest
- [ ] Write tests
- [ ] Node.js support
- [ ] React-native support
Feel free to create PR for any of those tasks!
## Known issues

@@ -286,0 +297,0 @@ * Performance issues in react-native ([#32](https://github.com/evgenyrodionov/redux-logger/issues/32))

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