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

@vivareal/cookie-notifier

Package Overview
Dependencies
Maintainers
60
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vivareal/cookie-notifier - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

dist/cookie-notifier.min.js

10

package.json
{
"name": "@vivareal/cookie-notifier",
"version": "1.0.1",
"description": "Cookie notifier 🍪 ",
"version": "1.0.2",
"description": "Cookie notifier 🍪",
"author": "OLX Brasil - ZAP+",

@@ -27,3 +27,5 @@ "homepage": "https://github.com/grupozap/javascript#readme",

"lint": "eslint lib/*.js",
"prettier": "prettier --write \"lib/*.{js,vue}\""
"prettier": "prettier --write \"lib/*.{js,vue}\"",
"pretest": "yarn run prepare",
"prepare": "yarn run build"
},

@@ -52,3 +54,3 @@ "bugs": {

},
"gitHead": "516b25efcf58acf0df2793577b60027400a91fa6"
"gitHead": "465312f7f19f6c2279edbbfae0f08de3e07c0277"
}

8

README.md
# Cookie notifier
# Cookie notifier 🍪
![Preview](preview.png)
## options

@@ -45,5 +47,7 @@ option | Description

Or dectily in `index.html` page inside the `<body>` tag.
The source of script have to follow this pattern `unpkg.com/:package@:version/:file`.
See the documentation in [unpkg](https://unpkg.com/)
```html
<script src="https://unpkg.com/@vivareal/cookie-notifier@1.0.0/cookie-notifier.min.js"></script>
<script src="https://unpkg.com/@vivareal/cookie-notifier@1.0.0"></script>
<script>

@@ -50,0 +54,0 @@ new cookieNotifier({

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