Socket
Socket
Sign inDemoInstall

esenlerotogari

Package Overview
Dependencies
21
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.3 to 2.1.4

5

dist/components/esenler.svelte.d.ts

@@ -9,4 +9,4 @@ /** @typedef {typeof __propDef.props} EsenlerProps */

padding?: number;
intersections?: any[];
easingDuration?: number;
intersections?: () => Promise<any>;
goTo?: (number: any) => Promise<void>;

@@ -18,2 +18,3 @@ }, {

}> {
get intersections(): () => Promise<any>;
get goTo(): (number: any) => Promise<void>;

@@ -31,4 +32,4 @@ }

padding?: number;
intersections?: any[];
easingDuration?: number;
intersections?: () => Promise<any>;
goTo?: (number: any) => Promise<void>;

@@ -35,0 +36,0 @@ };

2

package.json
{
"name": "esenlerotogari",
"version": "2.1.3",
"version": "2.1.4",
"scripts": {

@@ -5,0 +5,0 @@ "dev": "vite dev --port=653",

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