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

kk-cookie-banner

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kk-cookie-banner - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

2

package.json
{
"name": "kk-cookie-banner",
"version": "1.0.14",
"version": "1.0.15",
"description": "GDPR complaint cookie banner",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -169,41 +169,22 @@ 'use client';

const styles = {
banner: {
position: 'fixed',
bottom: 0,
left: 0,
right: 0,
background: '#000',
color: '#fff',
padding: '10px',
textAlign: 'center',
},
button: {
marginLeft: '10px',
marginTop: '10px',
padding: '5px 10px',
cursor: 'pointer',
border: '1px solid #fff',
borderRadius: '10px',
},
};
export default CookieBanner;
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