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

malihu-custom-scrollbar-plugin

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

malihu-custom-scrollbar-plugin - npm Package Compare versions

Comparing version 3.1.4 to 3.1.5

jquery.mCustomScrollbar.concat.min.js

3

package.json
{
"name": "malihu-custom-scrollbar-plugin",
"version": "3.1.4",
"version": "3.1.5",
"author": "malihu (http://manos.malihu.gr)",

@@ -23,2 +23,3 @@ "description": "Highly customizable custom scrollbar jQuery plugin, featuring vertical/horizontal scrollbars, scrolling momentum, mouse-wheel, keyboard and touch support user defined callbacks etc.",

"jquery.mCustomScrollbar.js",
"jquery.mCustomScrollbar.concat.min.js",
"jquery.mCustomScrollbar.css",

@@ -25,0 +26,0 @@ "mCSB_buttons.png",

malihu custom scrollbar plugin
================================
Highly customizable custom scrollbar jQuery plugin. Features include:
Highly customizable custom scrollbar jQuery plugin ([Demo](http://manos.malihu.gr/repository/custom-scrollbar/demo/examples/complete_examples.html)). Features include:

@@ -16,13 +16,17 @@ * Vertical and/or horizontal scrollbar(s)

**[Plugin homepage and documentation](http://manos.malihu.gr/jquery-custom-content-scroller/)** ([Changelog](http://manos.malihu.gr/jquery-custom-content-scroller/2/))
#### Installation
npm: `npm install malihu-custom-scrollbar-plugin`
Bower: `bower install malihu-custom-scrollbar-plugin`
npm: `npm install malihu-custom-scrollbar-plugin`
[Manual](http://manos.malihu.gr/jquery-custom-content-scroller/#get-started-section)
#### Usage
`$(selector).mCustomScrollbar();`
Manual: `$(selector).mCustomScrollbar();`
###### Using with [Browserify](http://browserify.org/)
[Browserify](http://browserify.org/):

@@ -32,7 +36,22 @@ var $ = require('jquery');

[webpack](https://webpack.github.io/):
#### For more information
npm install imports-loader
npm install jquery-mousewheel
npm install malihu-custom-scrollbar-plugin
* [Plugin homepage and documentation](http://manos.malihu.gr/jquery-custom-content-scroller)
module.exports = {
module: {
loaders: [
{ test: /jquery-mousewheel/, loader: "imports?define=>false&this=>window" },
{ test: /malihu-custom-scrollbar-plugin/, loader: "imports?define=>false&this=>window" }
]
}
};
var $ = require('jquery');
require("jquery-mousewheel")($);
require('malihu-custom-scrollbar-plugin')($);
Requirements

@@ -39,0 +58,0 @@ -------------------------

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

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