New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.12.0 to 0.12.1

2

lib/index.js

@@ -464,3 +464,3 @@ "use strict";

headers = Object.assign(this.defaultHeaders, headers);
headers = Object.assign({}, this.defaultHeaders, headers);

@@ -467,0 +467,0 @@ if (token && authenticate) {

{
"name": "redux-token-api-middleware",
"version": "0.12.0",
"version": "0.12.1",
"description": "Redux middleware for calling APIs with token-based auth",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -324,3 +324,3 @@ import startsWith from 'lodash.startswith';

headers = Object.assign(this.defaultHeaders, headers);
headers = Object.assign({}, this.defaultHeaders, headers);

@@ -327,0 +327,0 @@ if (token && authenticate) {

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