Socket
Socket
Sign inDemoInstall

@splidejs/splide

Package Overview
Dependencies
0
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.3 to 3.1.4

.github/PULL_REQUEST_TEMPLATE/pull_request_template.md

2

dist/js/splide-renderer.min.js
/*!
* Splide.js
* Version : 3.1.3
* Version : 3.1.4
* License : MIT

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

function wt(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.1.3
* Version : 3.1.4
* License : MIT

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

import { Splide } from '../../core/Splide/Splide';
import { AnyFunction } from '../../types';
import { EventMap } from '../../types/events';
import { AnyFunction, EventMap } from '../../types';
import { EventBusCallback } from '../EventBus/EventBus';

@@ -5,0 +4,0 @@ /**

import { SlideMatcher } from '../../components/Slides/Slides';
import { EventBusObject, StateObject } from '../../constructors';
import { ComponentConstructor, Components, Options } from '../../types';
import { EventMap } from '../../types/events';
import { ComponentConstructor, Components, EventMap, Options } from '../../types';
/**

@@ -6,0 +5,0 @@ * The frontend class for the Splide slider.

@@ -17,3 +17,3 @@ import { PaginationData, PaginationItem } from '../components/Pagination/Pagination';

'refresh': [];
'undated': [Options];
'updated': [Options];
'resize': [];

@@ -20,0 +20,0 @@ 'resized': [];

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

export * from './events';
export * from './general';
export * from './options';
//# sourceMappingURL=../../../src/js/types/index.d.ts.map
{
"name": "@splidejs/splide",
"version": "3.1.3",
"version": "3.1.4",
"description": "Splide is a lightweight, flexible and accessible slider/carousel. No dependencies, no Lighthouse errors.",

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

import { EVENT_DESTROY } from '../../constants/events';
import { Splide } from '../../core/Splide/Splide';
import { AnyFunction } from '../../types';
import { EventMap } from '../../types/events';
import { AnyFunction, EventMap } from '../../types';
import { forEach } from '../../utils';

@@ -6,0 +5,0 @@ import { EventBusCallback } from '../EventBus/EventBus';

@@ -11,4 +11,3 @@ import * as ComponentConstructors from '../../components';

import { Fade, Slide } from '../../transitions';
import { ComponentConstructor, Components, Options } from '../../types';
import { EventMap } from '../../types/events';
import { ComponentConstructor, Components, EventMap, Options } from '../../types';
import { addClass, assert, assign, empty, forOwn, isString, merge, query, slice } from '../../utils';

@@ -15,0 +14,0 @@

@@ -19,3 +19,3 @@ import { PaginationData, PaginationItem } from '../components/Pagination/Pagination';

'refresh': [];
'undated': [ Options ];
'updated': [ Options ];
'resize': [];

@@ -22,0 +22,0 @@ 'resized': [];

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

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

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc