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

i18n-validate

Package Overview
Dependencies
Maintainers
1
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18n-validate - npm Package Compare versions

Comparing version 1.4.3-next.9817497.0 to 1.4.3-next.03d4d0b.0

2

dist/cli.js

@@ -8,3 +8,3 @@ #!/usr/bin/env node

var start = performance.now();
var command = new Command().version("1.4.3-next.9817497.0").usage("[options] <file ...>").option("-c, --config <config>", "Path to the config file", "./i18n-validate.json").option("--log-level <logLevel>", "Log level").option("--exclude <exclude...>", "Exclude files from parsing").option("--exit-on-error", "Exit immediately if an error is found");
var command = new Command().version("1.4.3-next.03d4d0b.0").usage("[options] <file ...>").option("-c, --config <config>", "Path to the config file", "./i18n-validate.json").option("--log-level <logLevel>", "Log level").option("--exclude <exclude...>", "Exclude files from parsing").option("--exit-on-error", "Exit immediately if an error is found");
command.on("--help", () => {

@@ -11,0 +11,0 @@ console.log("");

{
"name": "i18n-validate",
"version": "1.4.3-next.9817497.0",
"version": "1.4.3-next.03d4d0b.0",
"description": "A cli tool to find invalid i18n keys, missing variables and many more",

@@ -32,11 +32,11 @@ "main": "./dist/index.js",

"dependencies": {
"commander": "^12.0.0",
"commander": "^12.1.0",
"fast-glob": "^3.3.2",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
},
"devDependencies": {
"@favware/cliff-jumper": "^3.0.1",
"@favware/cliff-jumper": "^3.0.3",
"@favware/npm-deprecate": "^1.0.7",
"@types/node": "^20.12.5",
"@vitest/coverage-v8": "^1.4.0",
"@types/node": "^20.13.0",
"@vitest/coverage-v8": "^1.6.0",
"esbuild-plugin-version-injector": "^1.2.1",

@@ -46,6 +46,6 @@ "eslint": "^8.57.0",

"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"lint-staged": "^15.2.5",
"prettier": "^3.3.0",
"tsup": "^8.0.2",
"vitest": "^1.4.0"
"vitest": "^1.6.0"
},

@@ -52,0 +52,0 @@ "files": [

Sorry, the diff of this file is not supported yet

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