New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

stimulus-carousel

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stimulus-carousel - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

.eslintignore

11

CHANGELOG.md

@@ -9,2 +9,13 @@ # Changelog

## [3.0.0] - 2021-09-24
### Chore
- Upgrade [Swiper](https://swiperjs.com/) to version 7.x.
- Moving from [Snowpack](https://www.snowpack.dev/) to [Vite](https://github.com/vitejs/vite).
- Using stimulus as external library reducing bundle size from `172.31kb` to `0.63kb`.
- Moving to TypeScript
- Upgrading Node to 14.17.6
## [2.0.0] - 2020-12-05

@@ -11,0 +22,0 @@

56

package.json
{
"name": "stimulus-carousel",
"version": "3.0.0",
"description": "A Stimulus controller to deal with carousel.",
"version": "2.0.0",
"license": "MIT",
"files": [
"dist-*/",
"bin/"
],
"pika": true,
"sideEffects": false,
"keywords": [

@@ -21,30 +14,37 @@ "stimulus",

],
"homepage": "https://github.com/stimulus-components/stimulus-carousel",
"repository": "git@github.com:stimulus-components/stimulus-carousel.git",
"bugs": {
"url": "https://github.com/stimulus-components/stimulus-carousel/issues"
},
"repository": "git@github.com:stimulus-components/stimulus-carousel.git",
"dependencies": {
"swiper": "^6.3.5"
"author": "Guillaume Briday <guillaumebriday@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/stimulus-components/stimulus-carousel",
"private": false,
"main": "dist/stimulus-carousel.umd.js",
"module": "dist/stimulus-carousel.es.js",
"scripts": {
"format": "prettier-standard '**/*.{ts,css,html}' --format",
"lint": "prettier-standard '**/*.{ts,css,html}' --lint",
"dev": "vite",
"prod": "vite build --config /dev/null",
"build": "tsc --noEmit && vite build",
"version": "yarn build",
"np": "np --no-tests --no-2fa"
},
"peerDependencies": {
"stimulus": "^2.0.0"
},
"devDependencies": {
"@babel/core": "7.12.3",
"@babel/plugin-syntax-class-properties": "7.12.1",
"@babel/preset-env": "7.12.1",
"@pika/pack": "0.5.0",
"@pika/plugin-build-node": "0.9.2",
"@pika/plugin-build-web": "0.9.2",
"@pika/plugin-standard-pkg": "0.9.2",
"@snowpack/plugin-babel": "2.1.4",
"@babel/core": "7.15.5",
"@babel/preset-env": "7.15.6",
"@babel/preset-typescript": "^7.15.0",
"np": "^7.5.0",
"prettier-standard": "16.4.1",
"snowpack": "2.17.1",
"stimulus": "^2.0.0",
"typescript": "^4.4.3",
"vite": "^2.5.10"
},
"peerDependencies": {
"stimulus": "^2.0.0"
},
"private": false,
"esnext": "dist-src/index.js",
"module": "dist-web/index.js",
"main": "dist-node/index.js"
"dependencies": {
"swiper": "^7.0.6"
}
}

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