🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

react-spring-3d-carousel

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-spring-3d-carousel - npm Package Compare versions

Comparing version

to
1.1.1

4

dist/components/Carousel.d.ts

@@ -43,10 +43,10 @@ import { Component } from "react";

componentWillUnmount(): void;
neighbourSlideIndex: (direction: 0 | 1 | -1) => number;
modBySlidesLength: (index: number) => number;
moveSlide: (direction: 1 | -1) => void;
getShortestDirection(from: number, to: number): -1 | 0 | 1;
handleGoToSlide: () => void;
getPresentableSlides(slidesData: Slide[], index: number): Slide[];
clampOffsetRadius(offsetRadius: number): number;
getPresentableSlides(): Slide[];
render(): JSX.Element;
}
export default Carousel;
{
"name": "react-spring-3d-carousel",
"version": "1.1.0",
"version": "1.1.1",
"repository": {

@@ -31,8 +31,3 @@ "type": "git",

"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"prop-types": "^15.6.2",
"@babel/preset-env": "^7.3.1",
"@babel/preset-es2015": "^7.0.0-beta.53",
"@babel/preset-react": "^7.0.0",
"@types/node": "^10.12.24",

@@ -43,3 +38,2 @@ "@types/react": "^16.8.1",

"awesome-typescript-loader": "^5.2.1",
"babel-loader": "^8.0.5",
"html-webpack-plugin": "^3.2.0",

@@ -46,0 +40,0 @@ "react": "^16.7.0",

@@ -59,11 +59,11 @@ # react-3d-spring-carousel

key: uuidv4(),
content: <img src="https://picsum.photos/500/800/?random" alt="5" />
content: <img src="https://picsum.photos/500/800/?random" alt="6" />
},
{
key: uuidv4(),
content: <img src="https://picsum.photos/800/600/?random" alt="5" />
content: <img src="https://picsum.photos/800/600/?random" alt="7" />
},
{
key: uuidv4(),
content: <img src="https://picsum.photos/800/800/?random" alt="5" />
content: <img src="https://picsum.photos/800/800/?random" alt="8" />
}

@@ -70,0 +70,0 @@ ];

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

Sorry, the diff of this file is not supported yet