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

@solid-primitives/active-element

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solid-primitives/active-element - npm Package Compare versions

Comparing version 2.0.8 to 2.0.9

6

package.json
{
"name": "@solid-primitives/active-element",
"version": "2.0.8",
"version": "2.0.9",
"description": "A reactive document.activeElement. Check which element is currently focused.",

@@ -79,4 +79,4 @@ "author": "Damian Tarnawski @thetarnav <gthetarnav@gmail.com>",

"dependencies": {
"@solid-primitives/event-listener": "^2.2.6",
"@solid-primitives/utils": "^5.2.0"
"@solid-primitives/event-listener": "^2.2.7",
"@solid-primitives/utils": "^5.2.1"
},

@@ -83,0 +83,0 @@ "peerDependencies": {

@@ -78,3 +78,3 @@ <p>

callback: (isActive: boolean) => void,
useCapture?: boolean
useCapture?: boolean,
): VoidFunction;

@@ -81,0 +81,0 @@ ```

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