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.
grunt-tx-source-upload
Advanced tools
Grunt task for updating the source language for a Transifex resource.
Grunt task for updating the source language for a Transifex resource.
This plugin requires Grunt ~0.4.2
If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
npm install grunt-tx-source-upload --save-dev
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
grunt.loadNpmTasks('grunt-tx-source-upload');
Run this task with the grunt tx-source-upload
command.
This is the path to your language source file. You can only provide a single resource file. A src must be provided.
src: __dirname + '/locales/en.dtd'
Below is the list of grunt options.
Your Transifex username. If it's not provided than env var TRANSIFEX_USERNAME
is used. A username
must be provided.
Your Transifex password. If it's not provided than env var TRANSIFEX_PASSWORD
is used. A password
must be provided.
Your Transifex project slug. If it's not provided than env var TRANSIFEX_PROJECT
is used. A project
must be provided.
Your Transifex resource slug. If it's not provided than env var TRANSIFEX_RESOURCE
is used. A resource
must be provided.
This is the i18n format of the source file. It's the i18n_type
property required by the Transifex API. A i18nType must be provided.
'tx-source-upload': {
options: {
username: 'chesley',
password: 'you-wish-you-knew',
project: 'grunt-tx-source-upload-example',
resource: 'core',
i18nType: 'DTD'
},
src: __dirname + '/locales/en.dtd'
}
To execute all the tests, just run:
npm test
FAQs
Grunt task for updating the source language for a Transifex resource.
The npm package grunt-tx-source-upload receives a total of 1 weekly downloads. As such, grunt-tx-source-upload popularity was classified as not popular.
We found that grunt-tx-source-upload 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.