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

redux-polyglot

Package Overview
Dependencies
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-polyglot - npm Package Compare versions

Comparing version 0.6.5 to 0.6.6

3

dist/private/utils.js

@@ -21,2 +21,3 @@ 'use strict';

var isObject = exports.isObject = is('object');
var isArray = exports.isArray = Array.isArray;
var isArray = Array.isArray;
exports.isArray = isArray;
{
"name": "redux-polyglot",
"version": "0.6.5",
"version": "0.6.6",
"description": "Tool for using Polyglot.js with Redux",

@@ -66,36 +66,36 @@ "main": "./dist/index.js",

"node-polyglot": "^2.2.2",
"redux": "^3.6.0",
"reselect": "^2.5.4"
"redux": "^4.0.0",
"reselect": "^3.0.1"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-eslint": "^6.1.2",
"babel-jest": "^20.0.3",
"babel-plugin-transform-es2015-modules-umd": "^6.18.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-jest": "^22.4.3",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.11.1",
"babel-register": "^6.18.0",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^11.1.0",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.1",
"eslint-plugin-react": "^6.8.0",
"jest": "^20.0.3",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"jest": "^22.4.3",
"prop-types": "^15.6.1",
"ramda": "^0.22.1",
"react": "15.5.0",
"react-redux": "^5.0.1",
"react-test-renderer": "^15.4.1",
"redux-mock-store": "^1.2.3",
"rimraf": "^2.5.4",
"shelljs": "^0.7.5",
"webpack": "^4.5.0"
"ramda": "^0.25.0",
"react": "16.3.2",
"react-redux": "^5.0.7",
"react-test-renderer": "^16.3.2",
"redux-mock-store": "^1.5.1",
"rimraf": "^2.6.2",
"shelljs": "^0.8.1",
"webpack": "^4.6.0"
},
"peerDependencies": {
"react": "^15.5.4",
"react-redux": "^5.0.5",
"react": "^16.3.2",
"react-redux": "^5.0.7",
"prop-types": "^15.6.1"
}
}
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