![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
vue-cookie-consent-modal
Advanced tools
A Vue module that provides support for multiple cookies to adhere to the EU Cookie Law.
A Vue module that provides support for multiple cookies to adhere to the EU Cookie Law.
Note! This is a package that is very specifically used for Laravel projects that use Vue. We are not responsible or liable for any legal matters involving this package. Using this package is at your own risk.
You can install via npm
.
npm i vue-cookie-consent-modal
import CookieConsent from 'vue-cookie-consent-modal';
Vue.component('cookie-consent', CookieConsent);
Update the dialog cookie name and/or cookieNames if you want the users to agree to updated cookies.
Set optional to true if you want the user to give/retract consent for this cookie. If optional is set to false, this cookie will be loaded automatically.
<cookie-consent dialog-cookie-name="cookie-consent-cookie-dialog-box" cookie-page-url="https://example.com" :cookies="[
{
displayName: 'Technical',
cookieName: 'technical',
description: 'Technical cookies...',
optional: false,
initialStatus: true,
},
{
displayName: 'Functional',
cookieName: 'functional',
description: 'Functional cookies...',
optional: true,
initialStatus: false,
},
{
displayName: 'Analytical',
cookieName: 'analytical',
description: 'Analytical cookies...',
optional: true,
initialStatus: false,
},
{
displayName: 'Commercial',
cookieName: 'commercial',
description: 'Commercial cookies...',
optional: true,
initialStatus: false,
},
]"></cookie-consent>
After closing the cookie dialogue box, the page will refresh.
@if (isset($_COOKIE['cookie_name_here']))
{{--Tooling (Facebook, Google, Hotjar, etc)--}}
@endif
The MIT License (MIT). Please see License File for more information.
FAQs
A Vue module that provides support for multiple cookies to adhere to the EU Cookie Law.
The npm package vue-cookie-consent-modal receives a total of 6 weekly downloads. As such, vue-cookie-consent-modal popularity was classified as not popular.
We found that vue-cookie-consent-modal demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.