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

@solid-primitives/scheduled

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solid-primitives/scheduled - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

17

package.json
{
"name": "@solid-primitives/scheduled",
"version": "1.4.1",
"version": "1.4.2",
"description": "Primitives for creating scheduled — throttled or debounced — callbacks.",

@@ -47,3 +47,6 @@ "contributors": [

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

@@ -58,5 +61,5 @@ "keywords": [

"devDependencies": {
"solid-js": "1.7.9",
"@solid-primitives/event-listener": "^2.2.14",
"@solid-primitives/timer": "^1.3.7"
"solid-js": "^1.8.7",
"@solid-primitives/event-listener": "^2.3.1",
"@solid-primitives/timer": "^1.3.8"
},

@@ -68,4 +71,4 @@ "peerDependencies": {

"scripts": {
"dev": "jiti ../../scripts/dev.ts",
"build": "jiti ../../scripts/build.ts",
"dev": "tsx ../../scripts/dev.ts",
"build": "tsx ../../scripts/build.ts",
"vitest": "vitest -c ../../configs/vitest.config.ts",

@@ -72,0 +75,0 @@ "test": "pnpm run vitest",

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