New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1.1-next.fad18e9.0 to 1.2.0

dist/chunk-PCOSWKCS.js

29

CHANGELOG.md

@@ -5,2 +5,31 @@ # Changelog

## [1.2.0]
(https://github.com/imranbarbhuiya/i18n-validate/tree/v1.2.0) - (2023-07-16)
### 🐛 Bug Fixes
- Loading of config file ([9fb3c5c](https://github.com/imranbarbhuiya/i18n-validate/commit/9fb3c5c37a1e9c2e20d71481f6c2aeeb6943590e))
- Changelog ([fad18e9](https://github.com/imranbarbhuiya/i18n-validate/commit/fad18e93e2a8583a4303678f3c7a1b706600a514))
- Fix reporting ([3aaf810](https://github.com/imranbarbhuiya/i18n-validate/commit/3aaf810dd5d9485efeedf1127539e822e84223ec))
- Handle object shortened ([63a6b6a](https://github.com/imranbarbhuiya/i18n-validate/commit/63a6b6a5e59c54346d8ae4b74040bba14508c457))
- Import file properly ([382da99](https://github.com/imranbarbhuiya/i18n-validate/commit/382da994baa8d8ee9219d30dca05f28f74332d80))
- Skip dynamic keys properly ([0b81611](https://github.com/imranbarbhuiya/i18n-validate/commit/0b81611d01b63c5a7422a55b0af03c31487c310f))
- Skip dynamic keys ([dfcdcfb](https://github.com/imranbarbhuiya/i18n-validate/commit/dfcdcfbe500f236d0264ddea2dd6dfdc19e10610))
- Add logs and use localePath ([347dc75](https://github.com/imranbarbhuiya/i18n-validate/commit/347dc75f4e851a621605216c4c584c383594d9a2))
- Api changes and add schema ([41f3156](https://github.com/imranbarbhuiya/i18n-validate/commit/41f31566fbf9c2f696c5b242e915729afeb33e4b))
### 🚀 Features
- Support plural keys ([40f411e](https://github.com/imranbarbhuiya/i18n-validate/commit/40f411ee91b4fc91bdb9ad4c11c03cd16c05c43c))
- Complete validator ([1fbab2c](https://github.com/imranbarbhuiya/i18n-validate/commit/1fbab2cdf8229702706b207f81c988002b93f3d7))
- Add parser ([56028b5](https://github.com/imranbarbhuiya/i18n-validate/commit/56028b5d249eb8f2646b865d0658565f579c9b1a))
## [@imranbarbhuiya/i18n-validate@1.1.1]
(https://github.com/imranbarbhuiya/i18n-validate/tree/@imranbarbhuiya/i18n-validate@1.1.1) - (2023-07-16)
### 🐛 Bug Fixes
- Loading of config file ([9fb3c5c](https://github.com/imranbarbhuiya/i18n-validate/commit/9fb3c5c37a1e9c2e20d71481f6c2aeeb6943590e))
## [@imranbarbhuiya/i18n-validate@1.1.0]

@@ -7,0 +36,0 @@

4

dist/cli.js
#!/usr/bin/env node
import { parseOptionsFile, log, parseFile, ValidationError, validateKey } from './chunk-T357VMPQ.js';
import { parseOptionsFile, log, parseFile, ValidationError, validateKey } from './chunk-PCOSWKCS.js';
import process from 'node:process';

@@ -7,3 +7,3 @@ import { Command } from 'commander';

var command = new Command().version("1.1.1-next.fad18e9.0").usage("[options] <file ...>").option("-c, --config <config>", "Path to the config file", "./i18n-validate.json").option("--log-level <logLevel>", "Log level", "info").option("--exclude <exclude...>", "Exclude files from parsing", "**/node_modules/**").option("--exit-on-error", "Exit immediately if an error is found", false);
var command = new Command().version("1.2.0").usage("[options] <file ...>").option("-c, --config <config>", "Path to the config file", "./i18n-validate.json").option("--log-level <logLevel>", "Log level", "info").option("--exclude <exclude...>", "Exclude files from parsing", "**/node_modules/**").option("--exit-on-error", "Exit immediately if an error is found", false);
command.on("--help", () => {

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

@@ -1,3 +0,3 @@

export { ValidationError, parseFile, parseOptionsFile, validateKey } from './chunk-T357VMPQ.js';
export { ValidationError, parseFile, parseOptionsFile, validateKey } from './chunk-PCOSWKCS.js';
//# sourceMappingURL=out.js.map
//# sourceMappingURL=index.js.map
{
"name": "i18n-validate",
"version": "1.1.1-next.fad18e9.0",
"version": "1.2.0",
"description": "A cli tool to find invalid i18n keys, missing variables and many more",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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