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

carousel-slider

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

carousel-slider - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

44

package.json
{
"name": "carousel-slider",
"version": "1.0.0",
"main": "carousel.js",
"author": "Brenton Cozby <brenton.cozby@gmail.com>",
"license": "MIT",
"repository": "https://github.com/BrentonCozby/carousel-slider.git",
"scripts": {
"sass": "node-sass src/css -o src/css",
"sass:watch": "node-sass -w src/css -o src/css",
"autoprefixer": "postcss src/css/**/*.css --use autoprefixer -r",
"cleancss": "cleancss -o dist/carousel.min.css src/css/**/*.css",
"build-css-min": "npm run sass && npm run autoprefixer && npm run cleancss",
"babel": "babel src/js --out-file dist/carousel.js"
},
"devDependencies": {
"autoprefixer": "^7.1.1",
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.5.1",
"clean-css-cli": "^4.1.3",
"node-sass": "^4.5.3",
"postcss-cli": "^4.0.0"
}
"name": "carousel-slider",
"version": "1.0.1",
"main": "carousel.js",
"author": "Brenton Cozby <brenton.cozby@gmail.com>",
"license": "MIT",
"repository": "https://github.com/BrentonCozby/carousel-slider.git",
"scripts": {
"sass": "node-sass src/css -o src/css",
"sass:watch": "node-sass -w src/css -o src/css",
"autoprefixer": "postcss src/css/**/*.css --use autoprefixer -r",
"cleancss": "cleancss -o dist/carousel.min.css src/css/**/*.css",
"build-css-min": "npm run sass && npm run autoprefixer && npm run cleancss",
"babel": "babel src/js --out-file dist/carousel.js"
},
"devDependencies": {
"autoprefixer": "^7.1.1",
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.5.1",
"clean-css-cli": "^4.1.3",
"node-sass": "^4.5.3",
"postcss-cli": "^4.0.0"
}
}

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc