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

@svelteuidev/actions

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@svelteuidev/actions - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

types/_types.js

2

package.json
{
"name": "@svelteuidev/actions",
"version": "0.2.6",
"version": "0.2.7",
"devDependencies": {

@@ -5,0 +5,0 @@ "@sveltejs/kit": "next",

@@ -1,22 +0,11 @@

export type Action = (
node: HTMLElement,
parameters?: any
) => {
update?: (parameters: any) => void;
destroy?: () => void;
export declare type Action = (node: HTMLElement, parameters?: any) => {
update?: (parameters: any) => void;
destroy?: () => void;
};
export interface UnknownKeyString<T> {
[key: string]: T;
[key: string]: T;
}
export interface UnknownKeyNumber<T> {
[key: number]: T;
[key: number]: T;
}
export type FocusableElement =
| HTMLInputElement
| HTMLSelectElement
| HTMLTextAreaElement
| HTMLAnchorElement
| HTMLButtonElement
| HTMLAreaElement;
export declare type FocusableElement = HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement | HTMLAnchorElement | HTMLButtonElement | HTMLAreaElement;
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