@shopify/react-idle
Advanced tools
Comparing version 3.0.0-wp5-beta.1 to 3.0.0
@@ -1,4 +0,1 @@ | ||
function interopRequireDefault(obj) { | ||
return obj && obj.__esModule ? obj : {default: obj}; | ||
} | ||
module.exports = interopRequireDefault(require("./build/cjs/index.js")); | ||
module.exports = require("./build/cjs/index.js"); |
{ | ||
"name": "@shopify/react-idle", | ||
"version": "3.0.0-wp5-beta.1", | ||
"version": "3.0.0", | ||
"license": "MIT", | ||
@@ -24,7 +24,7 @@ "description": "Utilities for working with idle callbacks in React", | ||
"engines": { | ||
"node": ">=12.14.0" | ||
"node": "^14.17.0 || >=16.0.0" | ||
}, | ||
"dependencies": { | ||
"@shopify/async": "^4.0.0-wp5-beta.1", | ||
"@shopify/useful-types": "^3.0.5" | ||
"@shopify/async": "^4.0.0", | ||
"@shopify/useful-types": "^5.0.0" | ||
}, | ||
@@ -45,10 +45,9 @@ "peerDependencies": { | ||
"exports": { | ||
"./": "./", | ||
".": { | ||
"esnext": "./index.esnext", | ||
"import": "./index.mjs", | ||
"require": "./index.js", | ||
"esnext": "./index.esnext" | ||
"require": "./index.js" | ||
} | ||
}, | ||
"gitHead": "3d18c950fedaa4f622f4177887b3ea297eb7d0d3" | ||
"gitHead": "ef9afc562672dcda9d7800753dc6b777ecd2d751" | ||
} |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
12769
138
+ Added@shopify/useful-types@5.3.0(transitive)
- Removed@shopify/useful-types@3.1.0(transitive)
Updated@shopify/async@^4.0.0
Updated@shopify/useful-types@^5.0.0