Socket
Socket
Sign inDemoInstall

cookie-universal-nuxt

Package Overview
Dependencies
3
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.18 to 2.0.19

4

package.json
{
"name": "cookie-universal-nuxt",
"version": "2.0.18",
"version": "2.0.19",
"description": "Universal cookie plugin for Nuxt, perfect for SSR",

@@ -35,3 +35,3 @@ "main": "lib/module.js",

},
"gitHead": "adda64bb0b95391e7f7dc16f25b5643c2f443faa"
"gitHead": "c156b5a7cdea4e0d09bd725fff3cad0d30de8fac"
}

@@ -32,6 +32,18 @@ import { CookieSerializeOptions } from "cookie";

declare module '@nuxt/vue-app/types' {
declare module "@nuxt/vue-app" {
interface Context {
$cookies: NuxtCookies;
}
interface NuxtAppOptions {
$cookies: NuxtCookies
$cookies: NuxtCookies;
}
}
// Nuxt 2.9+
declare module "@nuxt/types" {
interface Context {
$cookies: NuxtCookies;
}
interface NuxtAppOptions {
$cookies: NuxtCookies;
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc