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

@svelteuidev/composables

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@svelteuidev/composables - npm Package Compare versions

Comparing version 0.7.7 to 0.8.0

2

actions/use-focus-trap/use-focus-trap.js

@@ -13,3 +13,3 @@ const FOCUSABLE = 'input, textarea, select, a, button, [tabindex]:not([tabindex="-1"])';

export function focustrap(node) {
let focusElement = node.querySelector('[data-autofocus]');
let focusElement = node.querySelector('[autofocus]');
if (!focusElement) {

@@ -16,0 +16,0 @@ const focusableElements = node.querySelectorAll(FOCUSABLE);

{
"name": "@svelteuidev/composables",
"version": "0.7.7",
"version": "0.8.0",
"description": "Svelte actions and utilities library",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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