Socket
Socket
Sign inDemoInstall

cookie-consent-box

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cookie-consent-box - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

CHANGELOG.md
# Changelog
## 1.0.1
- Added CDN links
- Fixed ES6 import
## 1.0.0
- Initial release

4

package.json
{
"name": "cookie-consent-box",
"version": "1.0.0",
"version": "1.0.1",
"description": "Yet another simple reusable cookie box widget without any dependencies.",
"main": "dist/index.js",
"main": "dist/cookie-constent-box.js",
"jsnext:main": "src/index.js",

@@ -7,0 +7,0 @@ "scripts": {

@@ -40,4 +40,4 @@ # cookie-consent-box

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/adriandmitroca/cookie-consent-box/dist/cookie-consent-box.min.css"></script>
<script defer src="https://cdn.jsdelivr.net/gh/adriandmitroca/cookie-consent-box/dist/cookie-consent-box.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/cookie-consent-box@1.0.1/dist/cookie-consent-box.min.css"></script>
<script defer src="https://cdn.jsdelivr.net/npm/cookie-consent-box@1.0.1/dist/cookie-consent-box.min.js"></script>
```

@@ -44,0 +44,0 @@

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