Socket
Socket
Sign inDemoInstall

@shopify/react-network

Package Overview
Dependencies
Maintainers
19
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.6.2 to 3.6.3

14

package.json
{
"name": "@shopify/react-network",
"version": "3.6.2",
"version": "3.6.3",
"license": "MIT",

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

},
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/react-network/README.md",
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-network/README.md",
"dependencies": {
"@shopify/network": "^1.6.0",
"@shopify/react-effect": "^3.3.0",
"@shopify/react-hooks": "^1.12.0",
"@shopify/react-universal-provider": "^1.2.2",
"@shopify/network": "^1.6.1",
"@shopify/react-effect": "^3.3.1",
"@shopify/react-hooks": "^1.12.1",
"@shopify/react-universal-provider": "^1.2.3",
"@types/accept-language-parser": "1.5.0",

@@ -40,3 +40,3 @@ "@types/cookie": "^0.3.3",

"devDependencies": {
"@shopify/jest-koa-mocks": "^2.3.0"
"@shopify/jest-koa-mocks": "^2.3.1"
},

@@ -43,0 +43,0 @@ "peerDependencies": {

# `@shopify/react-network`
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=master)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=master)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Node-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ANode-CI)
[![Build Status](https://github.com/Shopify/quilt/workflows/Ruby-CI/badge.svg?branch=main)](https://github.com/Shopify/quilt/actions?query=workflow%3ARuby-CI)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md) [![npm version](https://badge.fury.io/js/%40shopify%2Freact-network.svg)](https://badge.fury.io/js/%40shopify%2Freact-network.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/react-network.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/react-network.svg)

@@ -17,3 +17,3 @@

This package uses [`@shopify/react-effect`](https://github.com/Shopify/quilt/tree/master/packages/react-effect) to allow your application to communicate various HTTP-related details to the Node server doing React rendering. It also provides a utility function for easily applying these details to a Koa context object.
This package uses [`@shopify/react-effect`](https://github.com/Shopify/quilt/tree/main/packages/react-effect) to allow your application to communicate various HTTP-related details to the Node server doing React rendering. It also provides a utility function for easily applying these details to a Koa context object.

@@ -230,2 +230,2 @@ ### Application

This library re-exports the entirety of [`@shopify/network`](https://github.com/Shopify/quilt/tree/master/packages/network), so you do not need to install both.
This library re-exports the entirety of [`@shopify/network`](https://github.com/Shopify/quilt/tree/main/packages/network), so you do not need to install both.
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