
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@angular-ru/ngx-i18n-combine
Advanced tools
Merge i18n files from components and merge to common locale files
In progress...
npm install --save @angular-ru/ngx-i18n-combine
Add an combine
script to your project's package.json
:
"scripts": {
"combine": "ngx-i18n-combine -i ./src/i18n/ -o ./src/assets/i18n/"
}
or
You can now run npm run combine
to combine files.
Combine from multiple dirs
ngx-i18n-combine -i ./src/**/i18n -o ./src/assets/i18n/i18n.json
Combine from multiple dirs
ngx-i18n-combine -i ./src/component-1/i18n ./src/component-2/i18n -o ./src/assets/i18n
Combine and save to multiple files
ngx-i18n-combine -i ./src -o ./src/assets/i18n
or
ngx-i18n-combine -i ./src/**/i18n/*.json -o ./src/assets/i18n/{en,de}.json
or
ngx-i18n-combine -i ./src/component-1/i18n/en.json ./src/component-2/i18n/en.json -o ./src/assets/i18n/en.json
Usage:
ngx-i18n-combine [options]
Options:
--version, -v Show version number
[boolean]
--help, -h Show help
[boolean]
--input, -i Paths you would like to extract files from.
You can use path expansion,
glob patterns and multiple paths
[array]
[default: current working path]
--output, -o Paths where you would like to save merged files.
You can use path expansion,
glob patterns and multiple paths
[array]
[required]
--indent, -it Output format indentation
[string]
[default: "\t"]
--sort, -s Sort strings in alphabetical order when saving
[boolean]
[default: false]
--minify, -m Minify strings in output files
[boolean]
[default: false]
--verbose, -vb If true, prints all processed file paths to console
[boolean]
[default: true]
--watch, -w Watch changes
[boolean]
[default: false]
FAQs
Merge i18n files from components and merge to common locale files
We found that @angular-ru/ngx-i18n-combine demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.