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

@intlify/eslint-plugin-vue-i18n

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@intlify/eslint-plugin-vue-i18n - npm Package Compare versions

Comparing version 3.0.0-next.12 to 3.0.0-next.13

1

dist/configs/flat/recommended.js

@@ -22,2 +22,3 @@ "use strict";

rules: {
'@intlify/vue-i18n/no-deprecated-tc': 'warn',
'@intlify/vue-i18n/no-html-messages': 'warn',

@@ -24,0 +25,0 @@ '@intlify/vue-i18n/no-missing-keys': 'warn',

@@ -16,2 +16,3 @@ "use strict";

rules: {
'@intlify/vue-i18n/no-deprecated-tc': 'warn',
'@intlify/vue-i18n/no-html-messages': 'warn',

@@ -18,0 +19,0 @@ '@intlify/vue-i18n/no-missing-keys': 'warn',

6

dist/rules/no-deprecated-tc.js

@@ -31,8 +31,8 @@ "use strict";

meta: {
type: 'suggestion',
type: 'problem',
docs: {
description: 'disallow using deprecated `tc` or `$tc` (Deprecated in Vue I18n 10.0.0, removed fully in Vue I18n 11.0.0)',
category: 'Best Practices',
category: 'Recommended',
url: 'https://eslint-plugin-vue-i18n.intlify.dev/rules/no-deprecated-tc.html',
recommended: false
recommended: true
},

@@ -39,0 +39,0 @@ fixable: null,

{
"name": "@intlify/eslint-plugin-vue-i18n",
"description": "ESLint plugin for Vue I18n",
"version": "3.0.0-next.12",
"version": "3.0.0-next.13",
"license": "MIT",

@@ -30,3 +30,3 @@ "homepage": "https://github.com/intlify/eslint-plugin-vue-i18n#readme",

"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},

@@ -91,3 +91,3 @@ "packageManager": "pnpm@8.15.8",

"monaco-editor": "^0.48.0",
"npm-run-all2": "6.1.2",
"npm-run-all2": "6.2.0",
"nyc": "^15.1.0",

@@ -104,3 +104,3 @@ "opener": "^1.5.2",

"peerDependencies": {
"eslint": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0-0"
"eslint": "^8.0.0 || ^9.0.0-0"
},

@@ -107,0 +107,0 @@ "publishConfig": {

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