@dx-groups/arthur
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -5,4 +5,4 @@ Object.defineProperty(exports, "__esModule", { | ||
exports.default = require('./lib'); | ||
exports.default = require('./lib').default; | ||
exports.connect = require('./lib').connect; | ||
exports.createAction = require('redux-actions').createAction; |
{ | ||
"name": "@dx-groups/arthur", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"main": "index.js", | ||
@@ -42,2 +42,3 @@ "repository": "https://github.com/elephant-fe/arthur.git", | ||
"@dx-groups/utils": "^1.0.0", | ||
"flatten": "^1.0.2", | ||
"history": "^4.7.2", | ||
@@ -61,4 +62,6 @@ "invariant": "^2.2.4", | ||
"redux.js", | ||
"router.js" | ||
"router.js", | ||
"routerDom.js", | ||
"routerRedux.js" | ||
] | ||
} |
module.exports = require('react-router'); | ||
module.exports.dom = require('react-router-dom'); | ||
module.exports.redux = require('react-router-redux'); |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
27341
15
110
0
14
+ Addedflatten@^1.0.2
+ Addedflatten@1.0.3(transitive)