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-sk-next-beta.1 to 3.2.0

6

CHANGELOG.md

@@ -8,4 +8,8 @@ # Changelog

<!-- ## [Unreleased] -->
## [3.2.0] - 2020-12-18
### Added
- Add new build outputs (CommonJS, ESM, esnext, Node) for greater tree-shakability [#1698](https://github.com/Shopify/quilt/pull/1698)
## [3.1.24] - 2020-10-20

@@ -12,0 +16,0 @@

2

index.js

@@ -1,1 +0,1 @@

module.exports = require("./build/node/index");
module.exports = require("./build/cjs/index");
{
"name": "@shopify/react-async",
"version": "3.2.0-sk-next-beta.1",
"version": "3.2.0",
"license": "MIT",

@@ -27,9 +27,9 @@ "description": "Tools for creating powerful, asynchronously-loaded React components",

"dependencies": {
"@shopify/async": "^2.2.0-sk-next-beta.1",
"@shopify/react-effect": "^3.3.0-sk-next-beta.1",
"@shopify/react-hooks": "^1.12.0-sk-next-beta.1",
"@shopify/react-hydrate": "^1.2.0-sk-next-beta.1",
"@shopify/react-idle": "^1.1.0-sk-next-beta.1",
"@shopify/react-intersection-observer": "^2.1.0-sk-next-beta.1",
"@shopify/useful-types": "^2.3.0-sk-next-beta.1",
"@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",
"tslib": "^1.14.1"

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

@@ -1,1 +0,1 @@

module.exports = require("./build/node/testing");
module.exports = require("./build/cjs/testing");
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