Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

redux-token-api-middleware

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-token-api-middleware - npm Package Compare versions

Comparing version 0.8.5 to 0.8.6

2

lib/index.js

@@ -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

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