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

jquery-cookiebar

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jquery-cookiebar - npm Package Compare versions

Comparing version 1.0.0 to 1.0.2

15

jquery.cookiebar.js

@@ -178,5 +178,14 @@ /*

};
$('#cookie-bar .cb-enable').click(function(){cookieAccept();return false;});
$('#cookie-bar .cb-disable').click(function(){cookieDecline();return false;});
$(document).on('click touchstart', '#cookie-bar .cb-enable',function($event) {
event.preventDefault();
cookieAccept();
return false;
});
$(document).on('click touchstart', '#cookie-bar .cb-disable',function($event) {
event.preventDefault();
cookieDecline();
return false;
});
if(options.acceptOnScroll){

@@ -183,0 +192,0 @@ var scrollStart = $(document).scrollTop(),scrollNew,scrollDiff;

2

package.json
{
"name": "jquery-cookiebar",
"version": "1.0.0",
"version": "1.0.2",
"description": "jQuery CookieBar Plugin",

@@ -5,0 +5,0 @@ "main": "jquery.cookiebar.js",

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