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.3 to 1.0.4

4

jquery.cookiebar.js

@@ -180,3 +180,3 @@ /*

$(document).on('click touchstart', '#cookie-bar .cb-enable',function($event) {
event.preventDefault();
$event.preventDefault();
cookieAccept();

@@ -186,3 +186,3 @@ return false;

$(document).on('click touchstart', '#cookie-bar .cb-disable',function($event) {
event.preventDefault();
$event.preventDefault();
cookieDecline();

@@ -189,0 +189,0 @@ return false;

{
"name": "jquery-cookiebar",
"version": "1.0.3",
"version": "1.0.4",
"description": "jQuery CookieBar Plugin",

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

@@ -0,0 +0,0 @@ # jQuery CookieBar Plugin

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