You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

react-multi-carousel

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-multi-carousel - npm Package Compare versions

Comparing version

to
2.8.6

{
"name": "react-multi-carousel",
"private": false,
"version": "2.8.5",
"version": "2.8.6",
"description": "Production-ready, lightweight fully customizable React carousel component that rocks supports multiple items and SSR(Server-side rendering) with typescript.",

@@ -17,3 +17,3 @@ "main": "index.js",

"after-build": "cd src && copyfiles -f assets/* ../lib && npm run minify",
"publish-ssr": "cd examples/ssr && now && now alias react-multi-carousel.now.sh",
"publish-ssr": "cd examples/ssr && vercel && vercel alias react-multi-carousel.now.sh",
"prettier": "prettier --write {examples,src,stories,test}/**/*.{js,ts,tsx}",

@@ -62,3 +62,3 @@ "lint-staged": "lint-staged",

"license": "MIT",
"homepage": "https://react-multi-carousel.surge.sh",
"homepage": "https://www.junia.ai/react-multi-carousel",
"jest": {

@@ -135,3 +135,7 @@ "testEnvironment": "jsdom",

},
"dependencies": {}
"dependencies": {
"core-js": "^3.32.2",
"install": "^0.13.0",
"npm": "^10.1.0"
}
}