🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

redux-auth-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-auth-wrapper - npm Package Compare versions

Comparing version

to
2.1.0

10

package.json
{
"name": "redux-auth-wrapper",
"version": "2.0.3",
"version": "2.1.0",
"main": "index.js",

@@ -63,8 +63,8 @@ "description": "A utility library for handling authentication and authorization for redux and react-router",

"dependencies": {
"hoist-non-react-statics": "2.5.0",
"invariant": "2.2.2",
"lodash.isempty": "4.4.0",
"hoist-non-react-statics": "^3.3.0",
"invariant": "^2.2.4",
"lodash.isempty": "^4.4.0",
"prop-types": "^15.5.0",
"query-string": "4.3.4"
"query-string": "^5.1.1"
}
}