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

@shopify/react-idle

Package Overview
Dependencies
Maintainers
19
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/react-idle - npm Package Compare versions

Comparing version 3.0.0-wp5-beta.1 to 3.0.0

5

index.js

@@ -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");

15

package.json
{
"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"
}
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