Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@intlify/eslint-plugin-vue-i18n

Package Overview
Dependencies
Maintainers
2
Versions
41
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 2.0.0 to 3.0.0-beta.1

dist/files/empty.json

6

dist/rules/no-html-messages.js
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

199

package.json
{
"name": "@intlify/eslint-plugin-vue-i18n",
"description": "ESLint plugin for Vue I18n",
"version": "2.0.0",
"author": {
"name": "kazuya kawaguchi",
"email": "kawakazu80@gmail.com"
},
"bugs": {
"url": "https://github.com/intlify/eslint-plugin-vue-i18n/issues"
},
"changelog": {
"labels": {
"Type: Feature": ":star: Features",
"Type: Bug": ":bug: Bug Fixes",
"Type: Security": ":lock: Security Fixes",
"Type: Performance": ":chart_with_upwards_trend: Performance Fixes",
"Type: Improvement": ":zap: Improvement Features",
"Type: Breaking": ":boom: Breaking Change",
"Type: Deprecated": ":warning: Deprecated Features",
"Type: I18n": ":globe_with_meridians: Internationalization",
"Type: A11y": ":wheelchair: Accessibility",
"Type: Documentation": ":pencil: Documentation"
}
},
"dependencies": {
"@eslint/eslintrc": "^1.2.0",
"@intlify/core-base": "^9.1.9",
"@intlify/message-compiler": "^9.1.9",
"debug": "^4.3.1",
"glob": "^8.0.0",
"ignore": "^5.0.5",
"is-language-code": "^3.1.0",
"js-yaml": "^4.0.0",
"json5": "^2.1.3",
"jsonc-eslint-parser": "^2.0.0",
"lodash": "^4.17.11",
"parse5": "^7.0.0",
"semver": "^7.3.4",
"vue-eslint-parser": "^9.0.0",
"yaml-eslint-parser": "^1.0.0"
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/eslint": "^8.0.0",
"@types/eslint-scope": "^3.7.0",
"@types/eslint-visitor-keys": "^1.0.0",
"@types/js-yaml": "^4.0.0",
"@types/json5": "^0.0.30",
"@types/lodash": "^4.14.159",
"@types/mocha": "^9.0.0",
"@types/parse5": "^6.0.0",
"@types/prettier": "^2.4.4",
"@types/semver": "^7.3.4",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-markdown": "^2.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.0.0",
"eslint-plugin-vue-libs": "^3.0.0 || ^4.0.0",
"eslint4b": "^7.16.0",
"lerna-changelog": "^2.0.0",
"mocha": "^10.0.0",
"monaco-editor": "^0.33.0",
"nyc": "^15.0.0",
"opener": "^1.5.1",
"prettier": "^2.0.5",
"rimraf": "^3.0.0",
"shipjs": "^0.24.0",
"ts-node": "^10.0.0",
"typescript": "^4.3.2",
"vue-eslint-editor": "^1.1.0",
"vue-github-button": "^1.2.0",
"vuepress": "^1.8.2"
},
"engines": {
"node": "^14.17.0 || >=16.0.0"
},
"files": [
"dist",
"files"
],
"version": "3.0.0-beta.1",
"license": "MIT",
"homepage": "https://github.com/intlify/eslint-plugin-vue-i18n#readme",

@@ -97,6 +18,5 @@ "keywords": [

],
"license": "MIT",
"main": "dist/index.js",
"peerDependencies": {
"eslint": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
"author": {
"name": "kazuya kawaguchi",
"email": "kawakazu80@gmail.com"
},

@@ -107,8 +27,21 @@ "repository": {

},
"bugs": {
"url": "https://github.com/intlify/eslint-plugin-vue-i18n/issues"
},
"engines": {
"node": ">=16.0.0"
},
"packageManager": "pnpm@8.6.2",
"type": "commonjs",
"files": [
"dist"
],
"main": "dist/lib/index.js",
"scripts": {
"build": "tsc --project ./tsconfig.build.json",
"clean": "rimraf .nyc_output coverage dist docs/.vuepress/dist",
"build": "tsc",
"build:prod": "tsc --project ./tsconfig.build.json",
"clean": "rimraf .nyc_output coverage dist docs/.vitepress/dist",
"coverage": "nyc report --reporter lcov && opener coverage/lcov-report/index.html",
"docs": "npm run build && vuepress dev docs",
"docs:build": "npm run build && vuepress build docs",
"docs": "vitepress dev docs",
"docs:build": "vitepress build docs",
"generate": "ts-node scripts/update.ts",

@@ -119,10 +52,88 @@ "lint": "eslint . --ext js,ts,vue,md --ignore-pattern \"/tests/fixtures\"",

"format": "prettier . --write",
"release:prepare": "shipjs prepare",
"release:trigger": "shipjs trigger",
"test": "mocha --require ts-node/register \"./tests/**/*.ts\"",
"release:prepare": "node shipjs-cli.cjs prepare",
"release:trigger": "node shipjs-cli.cjs trigger",
"test": "mocha --require ts-node/register/transpile-only \"./tests/**/*.ts\"",
"test:debug": "mocha --require ts-node/register/transpile-only \"./tests/**/*.ts\"",
"test:coverage": "nyc mocha --require ts-node/register \"./tests/**/*.ts\" --timeout 60000",
"test:integrations": "mocha ./tests-integrations/*.js --timeout 60000",
"test:coverage": "nyc mocha --require ts-node/register/transpile-only \"./tests/**/*.ts\" --timeout 60000",
"test:integrations": "mocha ./tests-integrations/*.cjs --timeout 60000",
"new": "ts-node ./scripts/new-rule.ts"
},
"dependencies": {
"@eslint/eslintrc": "^2.0.3",
"@intlify/core-base": "^9.3.0-beta.19",
"@intlify/message-compiler": "^9.3.0-beta.19",
"debug": "^4.3.4",
"glob": "^10.2.6",
"ignore": "^5.2.4",
"is-language-code": "^3.1.0",
"js-yaml": "^4.1.0",
"json5": "^2.2.3",
"jsonc-eslint-parser": "^2.3.0",
"lodash": "^4.17.21",
"parse5": "^7.1.2",
"semver": "^7.5.1",
"vue-eslint-parser": "^9.3.0",
"yaml-eslint-parser": "^1.2.2"
},
"devDependencies": {
"@types/debug": "^4.1.8",
"@types/eslint": "^8.40.0",
"@types/eslint-scope": "^3.7.4",
"@types/glob": "^8.1.0",
"@types/js-yaml": "^4.0.5",
"@types/json-schema": "^7.0.12",
"@types/lodash": "^4.14.195",
"@types/mocha": "^10.0.1",
"@types/node": "^20.2.5",
"@types/prettier": "^2.7.3",
"@types/semver": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"entities": "^4.5.0",
"esbuild-register": "^3.4.2",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.14.1",
"eslint4b": "^7.32.0",
"esquery": "^1.5.0",
"import-fresh": "^3.3.0",
"json-schema": "^0.4.0",
"lerna-changelog": "^2.2.0",
"mocha": "^10.2.0",
"monaco-editor": "^0.39.0",
"nyc": "^15.1.0",
"opener": "^1.5.2",
"path-scurry": "^1.9.2",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"shipjs": "^0.26.3",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"vitepress": "1.0.0-beta.2",
"vue-eslint-editor": "^1.1.0",
"vue-github-button": "^3.1.0"
},
"peerDependencies": {
"eslint": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
},
"changelog": {
"labels": {
"Type: Feature": ":star: Features",
"Type: Bug": ":bug: Bug Fixes",
"Type: Security": ":lock: Security Fixes",
"Type: Performance": ":chart_with_upwards_trend: Performance Fixes",
"Type: Improvement": ":zap: Improvement Features",
"Type: Breaking": ":boom: Breaking Change",
"Type: Deprecated": ":warning: Deprecated Features",
"Type: I18n": ":globe_with_meridians: Internationalization",
"Type: A11y": ":wheelchair: Accessibility",
"Type: Documentation": ":pencil: Documentation"
}
},
"publishConfig": {
"access": "public",
"tag": "next"
}
}
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