Socket
Socket
Sign inDemoInstall

carousel-js

Package Overview
Dependencies
245
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 3.1.1

13

bt-config.js

@@ -9,2 +9,14 @@ 'use strict';

standalone: 'Carousel',
transform: [
[
"babelify",
{
"plugins": [
[
"add-module-exports"
]
]
}
]
]
},

@@ -14,2 +26,3 @@ minifyFiles: {

},
bannerFiles: ['dist/*']

@@ -16,0 +29,0 @@

35

package.json
{
"name": "carousel-js",
"version": "3.1.0",
"version": "3.1.1",
"description": "Easily implement a dynamic carousel using minimal javascript. Supports Meteor, AngularJS, React, Polymer and any CSS library, e.g. Bootstrap. ",

@@ -28,17 +28,2 @@ "repository": {

"main": "./src/carousel.js",
"dependencies": {
"lodash.defer": "^4.1.0",
"module-js": "^5.10.9",
"promise": "^7.1.1",
"resource-manager-js": "^2.3.7"
},
"devDependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"build-tools": "^6.0.4",
"sinon": "^1.17.3"
},
"browserify": {

@@ -54,5 +39,2 @@ "transform": [

[
"add-module-exports"
],
[
"transform-object-assign"

@@ -68,2 +50,17 @@ ],

},
"dependencies": {
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"lodash.defer": "^4.1.0",
"module-js": "^5.15.0",
"promise": "^7.1.1",
"resource-manager-js": "^2.6.1"
},
"devDependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"build-tools": "^6.0.7",
"sinon": "^1.17.3"
},
"scripts": {

@@ -70,0 +67,0 @@ "test": "bt test",

[![Build Status](https://travis-ci.org/mkay581/carousel-js.svg?branch=master)](https://travis-ci.org/mkay581/carousel-js)
[![npm version](https://badge.fury.io/js/carousel-js.svg)](https://badge.fury.io/js/carousel-js)
[![Bower version](https://badge.fury.io/bo/carousel-js.svg)](https://badge.fury.io/bo/carousel-js)

@@ -22,8 +21,12 @@ # Carousel

## Installation
You can install as an npm package if using a build system like [Browserify](http://browserify.org/).
```
npm install carousel-js --save-dev
```
## Usage
In order to use carousel, you can use one of the [pre-built files](/dist) if you want to quickly get started.
Or, alternatively you can install as an npm package or use the [source files](/src) directly if you are using [Browserify](http://browserify.org/).
### Carousel

@@ -30,0 +33,0 @@

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc