Socket
Socket
Sign inDemoInstall

@splidejs/splide

Package Overview
Dependencies
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@splidejs/splide - npm Package Compare versions

Comparing version 3.5.2 to 3.5.3

dist/types/types/components.d.ts

2

dist/js/splide-renderer.min.js
/*!
* Splide.js
* Version : 3.5.2
* Version : 3.5.3
* License : MIT

@@ -5,0 +5,0 @@ * Copyright: 2021 Naotoshi Fujita

function xt(n,t){for(var i=0;i<t.length;i++){var r=t[i];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(n,r.key,r)}}
/*!
* Splide.js
* Version : 3.5.2
* Version : 3.5.3
* License : MIT

@@ -6,0 +6,0 @@ * Copyright: 2021 Naotoshi Fujita

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

import * as CoreComponents from '../components';
import { Splide } from '../core/Splide/Splide';
import { Components } from './components';
import { Options } from './options';

@@ -36,12 +36,2 @@ /**

/**
* The type for all component constructors.
*
* @since 3.0.0
*/
export declare type Components = Record<string, BaseComponent> & Partial<{
[K in keyof typeof CoreComponents]: ReturnType<typeof CoreComponents[K]>;
}> & {
Transition: TransitionComponent;
};
/**
* The interface for info of a splide instance to sync with.

@@ -48,0 +38,0 @@ *

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

export * from './components';
export * from './events';

@@ -2,0 +3,0 @@ export * from './general';

{
"name": "@splidejs/splide",
"version": "3.5.2",
"version": "3.5.3",
"description": "Splide is a lightweight, flexible and accessible slider/carousel. No dependencies, no Lighthouse errors.",

@@ -5,0 +5,0 @@ "author": "Naotoshi Fujita",

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

import * as CoreComponents from '../components';
import { Splide } from '../core/Splide/Splide';
import { Components } from './components';
import { Options } from './options';

@@ -42,13 +42,2 @@

/**
* The type for all component constructors.
*
* @since 3.0.0
*/
export type Components = Record<string, BaseComponent>
& Partial<{
[ K in keyof typeof CoreComponents ]: ReturnType<typeof CoreComponents[ K ]>;
}>
& { Transition: TransitionComponent }
/**
* The interface for info of a splide instance to sync with.

@@ -55,0 +44,0 @@ *

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

export * from './components';
export * from './events';
export * from './general';
export * from './options';

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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