New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@solid-primitives/idle

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solid-primitives/idle - npm Package Compare versions

Comparing version

to
0.1.1

9

package.json
{
"name": "@solid-primitives/idle",
"version": "0.1.0",
"version": "0.1.1",
"description": "A primitive to observe the user's idle status and react to its changes.",

@@ -39,3 +39,6 @@ "author": "Aylo Srd <aylo.srd@gmail.com>",

},
"require": "./dist/index.cjs"
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
},

@@ -54,3 +57,3 @@ "keywords": [

"devDependencies": {
"solid-js": "^1.8.6"
"solid-js": "^1.8.7"
},

@@ -57,0 +60,0 @@ "scripts": {