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

js-offcanvas

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

js-offcanvas - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

4

package.json

@@ -6,6 +6,8 @@ {

"description": "jQuery Accesible Offcanvas Panels",
"version": "1.0.0",
"version": "1.1.0",
"homepage": "https://github.com/vmitsaras/js-offcanvas",
"license": "MIT",
"keywords": [
"jquery",
"jquery-plugin",
"accesible",

@@ -12,0 +14,0 @@ "offcanvas"

# js-offcanvas
[![Downloads](https://img.shields.io/npm/dt/js-offcanvas.svg)](https://www.npmjs.com/package/js-offcanvas) [![Version](https://img.shields.io/npm/v/js-offcanvas.svg)](https://www.npmjs.com/package/js-offcanvas) [![AMA](https://img.shields.io/badge/ask%20me-anything-1abc9c.svg)](http://twitter.com/?status=@vmitsaras)
jQuery accessible Offcanvas plugin, using ARIA
[View Demo](http://offcanvas.vasilis.co)
[View Demo](http://offcanvas.vasilis.co) | [Edit on Codepen](http://codepen.io/vmitsaras/pen/gwGwJE)

@@ -284,2 +286,2 @@ ## Why it is accessible

## License
Licensed under the MIT license.
Licensed under the MIT license.

@@ -7,5 +7,5 @@ (function( w, $ ){

$.fn[ pluginName ] = function(){
$.fn[ pluginName ] = function(options){
return this.each( function(){
new w.componentNamespace.Offcanvas( this ).init();
new w.componentNamespace.Offcanvas( this, options ).init();
});

@@ -12,0 +12,0 @@ };

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