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

nuxt-i18n

Package Overview
Dependencies
Maintainers
3
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxt-i18n - npm Package Compare versions

Comparing version 6.28.0 to 6.28.1

26

package.json
{
"name": "nuxt-i18n",
"version": "6.28.0",
"version": "6.28.1",
"description": "i18n for Nuxt",

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

"dependencies": {
"@babel/parser": "^7.14.7",
"@babel/traverse": "^7.14.7",
"@babel/parser": "^7.14.9",
"@babel/traverse": "^7.14.9",
"@intlify/vue-i18n-extensions": "^1.0.2",

@@ -98,3 +98,3 @@ "@intlify/vue-i18n-loader": "^1.1.0",

"is-https": "^4.0.0",
"js-cookie": "^2.2.1",
"js-cookie": "^3.0.0",
"klona": "^2.0.4",

@@ -106,7 +106,7 @@ "lodash.merge": "^4.6.2",

"devDependencies": {
"@babel/core": "7.14.6",
"@babel/preset-env": "7.14.7",
"@babel/runtime": "7.14.6",
"@babel/core": "7.14.8",
"@babel/preset-env": "7.14.9",
"@babel/runtime": "7.14.8",
"@nuxt/types": "2.15.7",
"@nuxtjs/composition-api": "0.24.7",
"@nuxtjs/composition-api": "0.26.0",
"@nuxtjs/eslint-config-typescript": "6.0.1",

@@ -129,4 +129,4 @@ "@nuxtjs/module-test-utils": "1.6.3",

"codecov": "3.8.3",
"core-js": "3.15.2",
"eslint": "7.31.0",
"core-js": "3.16.0",
"eslint": "7.32.0",
"express": "4.17.1",

@@ -136,7 +136,7 @@ "husky": "4.3.8",

"jest-dev-server": "5.0.3",
"jsdom": "16.6.0",
"jsdom": "16.7.0",
"messageformat": "2.3.0",
"nuxt": "2.15.7",
"playwright-chromium": "1.12.3",
"release-it": "14.10.0",
"playwright-chromium": "1.13.1",
"release-it": "14.10.1",
"serve-static": "1.14.1",

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

@@ -70,3 +70,7 @@ <%

<%
} else {
%>
export const localeMessages = {}
<%
}
%>
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