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

@shopify/async

Package Overview
Dependencies
Maintainers
13
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/async - npm Package Compare versions

Comparing version 2.0.9 to 2.1.0

6

CHANGELOG.md

@@ -10,2 +10,8 @@ # Changelog

## 2.1.0 - 2019-10-30
### Added
- Added `createAsyncQuery` to the list of default transforms ([#1153](https://github.com/Shopify/quilt/pull/1153))
### Fixed

@@ -12,0 +18,0 @@

2

dist/babel-plugin.js

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

'@shopify/react-async': ['createAsyncContext', 'createAsyncComponent'],
'@shopify/react-graphql': ['createAsyncQueryComponent'],
'@shopify/react-graphql': ['createAsyncQueryComponent', 'createAsyncQuery'],
};

@@ -10,0 +10,0 @@ function asyncBabelPlugin(_a) {

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

}
/* eslint-enable babel/camelcase */
/* eslint-enable @typescript-eslint/camelcase */
// Webpack does not like seeing an explicit require(someVariable) in code

@@ -85,7 +85,7 @@ // because that is a dynamic require that it can’t resolve. This code

if (
/* eslint-disable babel/camelcase */
/* eslint-disable @typescript-eslint/camelcase */
typeof __webpack_require__ === 'function' &&
typeof __webpack_modules__ === 'object' &&
__webpack_modules__[id]
/* eslint-enable babel/camelcase */
/* eslint-enable @typescript-eslint/camelcase */
) {

@@ -92,0 +92,0 @@ try {

{
"name": "@shopify/async",
"version": "2.0.9",
"version": "2.1.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Primitives for loading parts of an application asynchronously.",

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