Socket
Socket
Sign inDemoInstall

@splidejs/react-splide

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@splidejs/react-splide - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

src/js/utils/forOwn/test/forOwn.test.ts

28

dist/types/components/Splide/Splide.d.ts

@@ -39,14 +39,2 @@ import { Splide as SplideCore } from '@splidejs/splide';

/**
* Returns an array with slide elements.
*
* @return An array with slide elements.
*/
protected getSlides(): HTMLElement[];
/**
* Binds event handlers to the splide instance.
*
* @param splide - A splide instance.
*/
bind(splide: SplideCore): void;
/**
* Adds a splide instance to sync with.

@@ -66,2 +54,14 @@ *

/**
* Returns an array with slide elements.
*
* @return An array with slide elements.
*/
protected getSlides(): HTMLElement[];
/**
* Binds event handlers to the splide instance.
*
* @param splide - A splide instance.
*/
protected bind(splide: SplideCore): void;
/**
* Remounts the provided splide instance.

@@ -71,3 +71,3 @@ *

*/
remount(splide: SplideCore): void;
protected remount(splide: SplideCore): void;
/**

@@ -78,3 +78,3 @@ * Render the track element.

*/
renderTrack(): ReactNode;
protected renderTrack(): ReactNode;
/**

@@ -81,0 +81,0 @@ * Render the splide slider elements.

@@ -7,10 +7,2 @@ module.exports = {

testEnvironment: 'jsdom',
'transformIgnorePatterns': [
'node_modules/(?!@ngrx|(?!deck.gl)|ng-dynamic)',
],
globals: {
'ts-jest': {
tsconfig: './jest/tsconfig.json',
},
},
};
{
"name": "@splidejs/react-splide",
"version": "0.6.0",
"version": "0.6.1",
"description": "The React component for Splide.",

@@ -28,7 +28,5 @@ "author": "Naotoshi Fujita",

"dependencies": {
"@splidejs/splide": "^3.1.6"
"@splidejs/splide": "^3.1.7"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@types/jest": "^27.0.2",

@@ -35,0 +33,0 @@ "@types/react": "^17.0.27",

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

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