Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
cimpress-translations-cli
Advanced tools
A simple client to retrieve translations in CI environment
cimpress-translations-cli is a convenient client for Cimpress' Translations service which can very easily be integrated into an existing build pipeline to automatically download latest translations for an application.
Include cimpress-translations-cli in your project using npm or yarn:
npm i -D cimpress-translations-cli
-V, --version output the version number
-a, --application-id <id> Cimpress Translation Application ID (as defined in https://translations.cimpress.io
-c, --client-id <id> Auth0 Client ID that suppors clients_grant.
-s, --client-secret <secret> Auth0 Client Secret for the client id.
-t, --translations-file <filepath> File where a single file with all languages is created.
-h, --help output usage information
--iso639_1 Produce language file with 2-letter language codes (eg.: en, de, fr, ...).
The commands below assume (for simplicity) that you have APP_ID, CLIENT_ID and CLIENT_SECRET set as environment variables. ``
node ./node_modules/.bin/cimpress-translations-cli -a ${APP_ID} -c ${CLIENT_ID} -s ${CLIENT_SECRET} -t "./src/locales/translations.json"
...
scripts: {
...
"translate": "cimpress-translations-cli -a ${APP_ID} -c ${CLIENT_ID} -s ${CLIENT_SECRET} -t "./src/locales/translations.json",
...
},
...
-t
option)FAQs
A simple client to retrieve translations in CI environment
We found that cimpress-translations-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.