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

@scalar/draggable

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scalar/draggable - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

6

CHANGELOG.md
# @scalar/draggable
## 0.1.3
### Patch Changes
- 94e68ab: chore: upgrade typescript to 5.5
## 0.1.2

@@ -4,0 +10,0 @@

10

dist/Draggable.vue.d.ts

@@ -36,3 +36,6 @@ import { type DraggingItem, type HoveredItem } from './store';

};
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<DraggableProps>, {
declare function __VLS_template(): {
default?(_: {}): any;
};
declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<DraggableProps>, {
ceiling: number;

@@ -58,5 +61,4 @@ floor: number;

isDroppable: boolean;
}, {}>, {
default?(_: {}): any;
}>;
}, {}>;
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
export default _default;

@@ -63,0 +65,0 @@

2

package.json

@@ -16,3 +16,3 @@ {

],
"version": "0.1.2",
"version": "0.1.3",
"engines": {

@@ -19,0 +19,0 @@ "node": ">=18"

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