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.4 to 0.6.5

12

dist/selectors.js

@@ -10,2 +10,6 @@ 'use strict';

var _lodash = require('lodash.assign');
var _lodash2 = _interopRequireDefault(_lodash);
var _redux = require('redux');

@@ -127,9 +131,3 @@

}
return _extends({}, p, {
t: t,
tc: tc,
tt: tt,
tu: tu,
tm: tm
});
return (0, _lodash2.default)({}, p, { t: t, tc: tc, tt: tt, tu: tu, tm: tm });
});

@@ -136,0 +134,0 @@ return function (state, props) {

{
"name": "redux-polyglot",
"version": "0.6.4",
"version": "0.6.5",
"description": "Tool for using Polyglot.js with Redux",

@@ -10,6 +10,6 @@ "main": "./dist/index.js",

"test": "jest --coverage",
"test:all": "npm run -s prepublish",
"test:all": "npm run -s prepublishOnly",
"test:watch": "jest --watch --coverage",
"tw": "npm run test:watch",
"prepublish": "node scripts/prepublish.js",
"prepublishOnly": "node scripts/prepublish.js",
"postpublish": "echo --- PUBLISHED ---",

@@ -64,2 +64,3 @@ "lint": "eslint --max-warnings 0 src"

"dependencies": {
"lodash.assign": "^4.2.0",
"lodash.curry": "^4.1.1",

@@ -75,8 +76,6 @@ "node-polyglot": "^2.2.2",

"babel-jest": "^20.0.3",
"babel-loader": "^6.2.10",
"babel-plugin-transform-es2015-modules-umd": "^6.18.0",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.18.0",

@@ -97,3 +96,3 @@ "eslint": "^3.12.2",

"shelljs": "^0.7.5",
"webpack": "^1.14.0"
"webpack": "^4.5.0"
},

@@ -103,4 +102,4 @@ "peerDependencies": {

"react-redux": "^5.0.5",
"prop-types": "^15.0.0"
"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