Huge News!Announcing our $40M Series B led by Abstract Ventures.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.22.1 to 6.22.2

2

package.json
{
"name": "nuxt-i18n",
"version": "6.22.1",
"version": "6.22.2",
"description": "i18n for Nuxt",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -57,3 +57,7 @@ import { STRATEGIES } from '../helpers/constants'

this.extendBuild(config => {
config.module?.rules.push({
if (!config.module) {
console.warn(formatMessage('Failed to register the vue-i18n-loader.'))
return
}
config.module.rules.push({
resourceQuery: /blockType=i18n/,

@@ -60,0 +64,0 @@ type: 'javascript/auto',

Sorry, the diff of this file is too big to display

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