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

svelte-a11y-dialog

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-a11y-dialog - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

.eslintrc.cjs

19

package.json
{
"name": "svelte-a11y-dialog",
"version": "0.1.1",
"version": "0.1.2",
"description": "Svelte component wrapping for a11y-dialog",

@@ -9,4 +9,2 @@ "homepage": "https://github.com/AgnosticUI/svelte-a11y-dialog",

"exports": {
"./package.json": "./package.json",
"./SvelteA11yDialog.svelte": "./SvelteA11yDialog.svelte",
".": "./SvelteA11yDialog.svelte"

@@ -28,2 +26,12 @@ },

},
"scripts": {
"svelte": "index.js",
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"package": "svelte-kit package",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint --ignore-path .gitignore ."
},
"devDependencies": {

@@ -51,4 +59,3 @@ "@sveltejs/adapter-auto": "next",

"a11y-dialog": "^7.3.0"
},
"svelte": "./SvelteA11yDialog.svelte"
}
}
}

@@ -43,3 +43,2 @@ # Svelte a11y-dialog

id="a11y-dialog"
appRoot="#svelte"
dialogRoot="#dialog-root"

@@ -87,10 +86,2 @@ closeButtonLabel="My close button label"

### `appRoot`
- **Property**: `appRoot`
- **Type**: `String`, `Array<String>` — CSS Selector string.
- **Required**: `true`
- **Description**: The selector(s) `a11y-dialog` needs to disable when the dialog is open.
### `dialogRoot`

@@ -97,0 +88,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