Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bare-bones-slider

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

bare-bones-slider - npm Package Compare versions

Comparing version 1.2.1 to 1.2.3

6

package.json
{
"name": "bare-bones-slider",
"description": "Bare Bones Slider is a minimalistic jQuery slider. The biggest strength of this slider isn't what it does; it's what it doesn't do. By default, there's very little bloat so developers can focus on adding new functionality without having to undo the plugin's 'helpful' features. Beginners can use pre-coded options, while experts can control it using public methods. You also have the choice of CSS3 transitions or jQuery animations. It even has a carousel for mutiple items per slide.",
"description": "Bare Bones Slider is a minimalistic jQuery slider. The biggest strength of this slider isn't what it does; it's what it doesn't do. By default, there's very little bloat so developers can focus on adding new functionality without having to undo the plugin's 'helpful' features. Beginners can use pre-coded options, while experts can control it using public methods. It even has a carousel for mutiple items per slide.",
"keywords": [

@@ -11,5 +11,5 @@ "slider",

],
"version": "1.2.1",
"version": "1.2.3",
"dependencies": {
"jquery": ">=1.4"
"jquery": ">=1.7"
},

@@ -16,0 +16,0 @@ "author": {

@@ -30,3 +30,3 @@ Bare-Bones-Slider

* Carousel to show multiple slides simultaneously
* Choice between CSS3 transitions and jQuery animations
* Uses CSS3 transitions with advanced easing
* Loads images on demand

@@ -41,3 +41,3 @@ * Allows you to make your own pagination and controls

Bare Bones slider has a .js and a .css file in addition to the jQuery library. Optionally, you can include the <a href="http://gsgd.co.uk/sandbox/jquery/easing/" target="_blank">easing plugin</a> for animations.
Bare Bones slider has a .js and a .css file in addition to the jQuery library.

@@ -47,3 +47,2 @@ ```

<script src="http://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/jquery.bbslider.min.js"></script>

@@ -50,0 +49,0 @@ ```

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