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

@shopify/async

Package Overview
Dependencies
Maintainers
19
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 3.0.1 to 3.0.2

build/tsconfig.tsbuildinfo

5

babel.js

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

module.exports = require("./build/cjs/babel-plugin.js");
function interopRequireDefault(obj) {
return obj && obj.__esModule ? obj : {default: obj};
}
module.exports = interopRequireDefault(require("./build/cjs/babel-plugin.js"));

4

build/ts/resolver.js

@@ -66,3 +66,3 @@ export function createResolver({ id, load }) {

}
catch (_a) {
catch {
// Just ignore failures

@@ -75,3 +75,3 @@ }

}
catch (_b) {
catch {
// Just ignore failures

@@ -78,0 +78,0 @@ }

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

module.exports = require("./build/cjs/index.js");
function interopRequireDefault(obj) {
return obj && obj.__esModule ? obj : {default: obj};
}
module.exports = interopRequireDefault(require("./build/cjs/index.js"));
{
"name": "@shopify/async",
"version": "3.0.1",
"version": "3.0.2",
"license": "MIT",
"description": "Primitives for loading parts of an application asynchronously",
"main": "index.js",
"types": "index.d.ts",
"types": "./build/ts/index.d.ts",
"typesVersions": {
"*": {
"babel": [
"./build/ts/babel-plugin.d.ts"
]
}
},
"sideEffects": false,

@@ -41,8 +48,5 @@ "publishConfig": {

"index.esnext",
"index.d.ts",
"babel.js",
"babel.mjs",
"babel.esnext",
"babel.d.ts",
"babel.js"
"babel.esnext"
],

@@ -64,3 +68,3 @@ "module": "index.mjs",

},
"gitHead": "0edc9e3b7df7b6a4805cc3ff1443641cdb8e8a72"
"gitHead": "c7d64cb78303f2752c172f6df52b78bc56bebd40"
}
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