Socket
Socket
Sign inDemoInstall

esenlerotogari

Package Overview
Dependencies
3
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

22

Carousel.svelte.d.ts
/** @typedef {typeof __propDef.props} CarouselProps */
/** @typedef {typeof __propDef.events} CarouselEvents */
/** @typedef {typeof __propDef.slots} CarouselSlots */
export default class Carousel extends SvelteComponentTyped<{}, {
export default class Carousel extends SvelteComponentTyped<{
gap: any;
next?: (() => void) | undefined;
prev?: (() => void) | undefined;
}, {
[evt: string]: CustomEvent<any>;
}, {}> {
}, {
default: {};
}> {
get next(): () => void;
get prev(): () => void;
}

@@ -13,8 +21,14 @@ export type CarouselProps = typeof __propDef.props;

declare const __propDef: {
props: {};
props: {
gap: any;
next?: (() => void) | undefined;
prev?: (() => void) | undefined;
};
events: {
[evt: string]: CustomEvent<any>;
};
slots: {};
slots: {
default: {};
};
};
export {};
export { default as Carousel } from './Carousel.svelte'

2

package.json
{
"name": "esenlerotogari",
"version": "1.0.3",
"version": "1.0.4",
"devDependencies": {

@@ -5,0 +5,0 @@ "@sveltejs/adapter-auto": "next",

# esenlerotogari
esenler otogarı anlayan anladı abi 😁
esenler otogarı anlayan anladı abi 😁

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc