@shopify/react-idle
Advanced tools
Comparing version 1.0.18 to 1.0.19-sknext-beta.9
{ | ||
"name": "@shopify/react-idle", | ||
"version": "1.0.18", | ||
"version": "1.0.19-sknext-beta.9", | ||
"license": "MIT", | ||
"description": "Utilities for working with idle callbacks in React", | ||
"main": "dist/src/index.js", | ||
"types": "dist/src/index.d.ts", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"scripts": { | ||
@@ -27,4 +27,4 @@ "build": "tsc --p tsconfig.json" | ||
"dependencies": { | ||
"@shopify/async": "^2.1.4", | ||
"@shopify/useful-types": "^2.2.0" | ||
"@shopify/async": "^2.1.5-sknext-beta.9", | ||
"@shopify/useful-types": "^2.2.0-sknext-beta.9" | ||
}, | ||
@@ -35,5 +35,19 @@ "peerDependencies": { | ||
"files": [ | ||
"dist/*", | ||
"!tsconfig.tsbuildinfo" | ||
] | ||
"build/*", | ||
"!tsconfig.tsbuildinfo", | ||
"index.js", | ||
"index.mjs", | ||
"index.esnext", | ||
"index.d.ts" | ||
], | ||
"module": "index.mjs", | ||
"esnext": "index.esnext", | ||
"exports": { | ||
"./": "./", | ||
"./index": { | ||
"import": "./index.mjs", | ||
"require": "./index.js", | ||
"esnext": "./index.esnext" | ||
} | ||
} | ||
} |
@@ -6,3 +6,3 @@ # `@shopify/react-idle` | ||
Utilities for working with [idle callbacks](https://developer.mozilla.org/en-US/docs/Web/API/Window/requestIdleCallback) in React | ||
Utilities for working with [idle callbacks](https://developer.mozilla.org/en-US/docs/Web/API/Window/requestIdleCallback) in React. | ||
@@ -9,0 +9,0 @@ ## Installation |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18158
35
311
1
1