New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nuxtjs/i18n

Package Overview
Dependencies
Maintainers
6
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/i18n - npm Package Compare versions

Comparing version 7.2.1 to 7.2.2

28

package.json
{
"name": "@nuxtjs/i18n",
"version": "7.2.1",
"version": "7.2.2",
"description": "i18n for Nuxt",

@@ -90,7 +90,7 @@ "license": "MIT",

"dependencies": {
"@babel/parser": "^7.17.8",
"@babel/traverse": "^7.17.3",
"@babel/parser": "^7.17.9",
"@babel/traverse": "^7.17.9",
"@intlify/vue-i18n-extensions": "^1.0.2",
"@intlify/vue-i18n-loader": "^1.1.0",
"cookie": "^0.4.2",
"cookie": "^0.5.0",
"devalue": "^2.0.1",

@@ -105,5 +105,5 @@ "is-https": "^4.0.0",

"devDependencies": {
"@babel/core": "7.17.8",
"@babel/core": "7.17.9",
"@babel/preset-env": "7.16.11",
"@babel/runtime": "7.17.8",
"@babel/runtime": "7.17.9",
"@nuxt/types": "2.15.8",

@@ -113,11 +113,11 @@ "@nuxtjs/composition-api": "0.32.0",

"@nuxtjs/module-test-utils": "1.6.3",
"@release-it/conventional-changelog": "4.2.2",
"@release-it/conventional-changelog": "4.3.0",
"@types/argparse": "2.0.10",
"@types/cookie": "0.4.1",
"@types/cookie": "0.5.1",
"@types/express": "4.17.13",
"@types/jest": "27.4.1",
"@types/jest-dev-server": "5.0.0",
"@types/js-cookie": "3.0.1",
"@types/js-cookie": "3.0.2",
"@types/jsdom": "16.2.14",
"@types/lodash.merge": "4.6.6",
"@types/lodash.merge": "4.6.7",
"@types/request-promise-native": "1.0.18",

@@ -129,4 +129,4 @@ "@types/serve-static": "1.13.10",

"codecov": "3.8.3",
"core-js": "3.21.1",
"eslint": "8.12.0",
"core-js": "3.22.2",
"eslint": "8.14.0",
"express": "4.17.3",

@@ -139,4 +139,4 @@ "husky": "4.3.8",

"nuxt": "2.15.8",
"playwright-chromium": "1.20.1",
"release-it": "14.14.0",
"playwright-chromium": "1.21.1",
"release-it": "14.14.2",
"serve-static": "1.15.0",

@@ -143,0 +143,0 @@ "typescript": "^4.6.3"

@@ -217,2 +217,6 @@ import { parse as cookieParse, serialize as cookieSerialize } from 'cookie'

const redirectCookie = cookieSerialize(cookieKey, locale, cookieOptions)
headers = headers.filter(header => {
const cookie = cookieParse(header)
return !(cookieKey in cookie)
})
headers.push(redirectCookie)

@@ -219,0 +223,0 @@

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