redux-token-api-middleware
Advanced tools
Comparing version 0.8.5 to 0.8.6
@@ -61,3 +61,3 @@ 'use strict'; | ||
var CALL_TOKEN_API = exports.CALL_TOKEN_API = Symbol('Call API'); | ||
var CALL_TOKEN_API = exports.CALL_TOKEN_API = '@@CALL_TOKEN_API'; | ||
var TOKEN_STORAGE_KEY = exports.TOKEN_STORAGE_KEY = 'reduxMiddlewareAuthToken'; | ||
@@ -64,0 +64,0 @@ |
{ | ||
"name": "redux-token-api-middleware", | ||
"version": "0.8.5", | ||
"version": "0.8.6", | ||
"description": "Redux middleware for calling APIs with token-based auth", | ||
@@ -57,6 +57,6 @@ "main": "lib/index.js", | ||
"html-webpack-plugin": "^2.14.0", | ||
"json-loader": "^0.5.4", | ||
"jsonwebtoken": "^8.3.0", | ||
"json-loader": "^0.5.4", | ||
"lodash": "^4.6.1", | ||
"mocha": "^2.4.5", | ||
"mocha": "^5.2.0", | ||
"react": "^0.14.7", | ||
@@ -63,0 +63,0 @@ "react-dom": "^0.14.7", |
@@ -11,3 +11,3 @@ import startsWith from 'lodash.startswith'; | ||
export const CALL_TOKEN_API = Symbol('Call API'); | ||
export const CALL_TOKEN_API = '@@CALL_TOKEN_API'; | ||
export const TOKEN_STORAGE_KEY = 'reduxMiddlewareAuthToken'; | ||
@@ -14,0 +14,0 @@ |
Sorry, the diff of this file is too big to display
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
248925
3
6957