Socket
Socket
Sign inDemoInstall

@shopify/react-network

Package Overview
Dependencies
Maintainers
13
Versions
162
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/react-network - npm Package Compare versions

Comparing version 3.1.8 to 3.1.10

2

dist/manager.js

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

NetworkManager.prototype.getHeader = function (header) {
return this.requestHeaders && this.requestHeaders[header.toLowerCase()];
return this.requestHeaders[header.toLowerCase()];
};

@@ -36,0 +36,0 @@ NetworkManager.prototype.setHeader = function (header, value) {

{
"name": "@shopify/react-network",
"version": "3.1.8",
"version": "3.1.10",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "A collection of components that allow you to set common HTTP headers from within your React application.",

@@ -33,3 +33,2 @@ # `@shopify/react-network`

// or
return <Redirect url="/login" code={StatusCode.SeeOther} />;

@@ -36,0 +35,0 @@ }

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