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

@shopify/react-idle

Package Overview
Dependencies
Maintainers
13
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 1.0.18 to 1.0.19-sknext-beta.9

build/cjs/hooks.js

30

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

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