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

@shopify/react-async

Package Overview
Dependencies
Maintainers
19
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/react-async - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

18

package.json
{
"name": "@shopify/react-async",
"version": "3.2.0",
"version": "3.2.1",
"license": "MIT",

@@ -25,11 +25,11 @@ "description": "Tools for creating powerful, asynchronously-loaded React components",

},
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/react-async/README.md",
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/react-async/README.md",
"dependencies": {
"@shopify/async": "^2.2.0",
"@shopify/react-effect": "^3.3.0",
"@shopify/react-hooks": "^1.12.0",
"@shopify/react-hydrate": "^1.2.0",
"@shopify/react-idle": "^1.1.0",
"@shopify/react-intersection-observer": "^2.1.0",
"@shopify/useful-types": "^2.3.0",
"@shopify/async": "^2.2.1",
"@shopify/react-effect": "^3.3.1",
"@shopify/react-hooks": "^1.12.1",
"@shopify/react-hydrate": "^1.2.1",
"@shopify/react-idle": "^1.1.1",
"@shopify/react-intersection-observer": "^2.1.1",
"@shopify/useful-types": "^2.3.1",
"tslib": "^1.14.1"

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

# `@shopify/react-async`
[![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-async.svg)](https://badge.fury.io/js/%40shopify%2Freact-async.svg) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/@shopify/react-async.svg)](https://img.shields.io/bundlephobia/minzip/@shopify/react-async.svg)

@@ -209,2 +209,3 @@

#### Dont use .Preload .Prefetch components with defer
It is not advisable to use .Preload or .Prefetch with the defer property. This is because it will be ignored by

@@ -211,0 +212,0 @@ the `<MyComponent.Preload />` and `<MyComponent.Prefetch />` components.

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