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

dotsunited-cookie-consent

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dotsunited-cookie-consent - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

10

lib/show.js

@@ -46,3 +46,9 @@ (function(window, factory) {

$(function() {
var el = $(options.selector)
var el = $(options.selector);
if (!el.length) {
return;
}
el
.on('click', '[data-' + namespace + '-dismiss]', function(e) {

@@ -61,3 +67,3 @@ e.preventDefault();

.addClass(namespace + '--active')
;
;

@@ -64,0 +70,0 @@ // Focus dismiss button in alertdialog

2

package.json

@@ -10,3 +10,3 @@ {

},
"version": "1.0.0",
"version": "1.0.1",
"repository": {

@@ -13,0 +13,0 @@ "type": "git",

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