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

@splidejs/svelte-splide

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@splidejs/svelte-splide - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

components/Splide/Splide.svelte.d.ts

@@ -8,2 +8,3 @@ import { SvelteComponentTyped } from "svelte";

[x: string]: any;
id: string | undefined;
options?: Options;

@@ -78,2 +79,5 @@ splide?: Splide | undefined;

get sync(): (target: Splide) => void;
get id(): string;
/**accessor*/
set id(_: string);
get options(): Options;

@@ -80,0 +84,0 @@ /**accessor*/

3

package.json
{
"name": "@splidejs/svelte-splide",
"version": "0.1.0",
"version": "0.1.1",
"description": "Svelte component for the Splide slider/carousel.",

@@ -29,2 +29,3 @@ "keywords": [

"eslint-plugin-svelte3": "^3.2.1",
"gh-pages": "^3.2.3",
"jest": "^27.3.1",

@@ -31,0 +32,0 @@ "svelte": "^3.44.0",

<div align="center">
<a href="https://splidejs.com">
<img width="80" src="images/logo.svg">
<img width="70" src="images/logo.svg">
</a>
<a href="https://svelte.dev/">
<img width="80" src="images/svelte-logo.svg">
<img width="70" src="images/svelte-logo.svg">
</a>

@@ -8,0 +8,0 @@

Sorry, the diff of this file is not supported yet

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