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.3 to 0.2.4

types.d.ts

1

index.d.ts

@@ -0,3 +1,4 @@

export { clickoutside } from './use-click-outside/use-click-outside';
export { clipboard } from './use-clipboard/use-clipboard';
export { cssvariable } from './use-css-variable/use-css-variable';
export { focus } from './use-focus/use-focus';

@@ -0,3 +1,4 @@

export { clickoutside } from './use-click-outside/use-click-outside';
export { clipboard } from './use-clipboard/use-clipboard';
export { cssvariable } from './use-css-variable/use-css-variable';
export { focus } from './use-focus/use-focus';

8

package.json
{
"name": "@svelteuidev/actions",
"version": "0.2.3",
"version": "0.2.4",
"devDependencies": {

@@ -15,4 +15,3 @@ "@sveltejs/kit": "next",

"tslib": "^2.3.1",
"typescript": "^4.4.3",
"micromatch": "^4.0.4"
"typescript": "^4.4.3"
},

@@ -23,2 +22,5 @@ "type": "module",

".": "./index.js",
"./types": "./types.js",
"./use-click-outside/use-click-outside.test": "./use-click-outside/use-click-outside.test.js",
"./use-click-outside/use-click-outside": "./use-click-outside/use-click-outside.js",
"./use-clipboard/use-clipboard": "./use-clipboard/use-clipboard.js",

@@ -25,0 +27,0 @@ "./use-css-variable/use-css-variable": "./use-css-variable/use-css-variable.js",

@@ -1,2 +0,2 @@

import type { Action } from '../_types';
import type { Action } from '../types';
/**

@@ -3,0 +3,0 @@ *

@@ -1,2 +0,2 @@

import type { Action, UnknownKeyString } from '../_types';
import type { Action, UnknownKeyString } from '../types';
/**

@@ -3,0 +3,0 @@ *

@@ -1,2 +0,2 @@

import type { Action, FocusableElement } from '../_types';
import type { Action, FocusableElement } from '../types';
/**

@@ -3,0 +3,0 @@ *

@@ -1,2 +0,2 @@

import type { Action } from '../_types';
import type { Action } from '../types';
export declare function pageleave(node: Element): ReturnType<Action>;
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