redux-polyglot
Advanced tools
Comparing version 0.6.4 to 0.6.5
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23897
24
8
320
+ Addedlodash.assign@^4.2.0
+ Addedlodash.assign@4.2.0(transitive)