
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
grunt-cloudfile-to-vocab
Advanced tools
Takes vocab data from cloud spreadsheets and renders it into local json files.
Processes any spreadsheet in the cloud into a set of vocab json files.
cloudfile_to_vocab: {
default: {
options: {
output_directory: 'source/vocabs',
google_spreadsheet_id: '--google spreadsheet id--',
worksheet: 'Sheet1',
username: '--google username--',
password: '--google password--'
}
}
}
Register a task, e.g.
grunt.registerTask('make_vocabs', ['cloudfile_to_vocab']);
Create a Google spreadsheet and start populating it with content (see examples below).
Run your task to automatically generate vocab JSON files from a Google spreadsheet.
To run the tests add a google account user name and password into the grunt config file.
NB: The 'ignore' in the left column ensures that that row is not included in the rendered output.
| english | persian
ignore | Instructions go here. | ...
project_header | Hello, World! | سلام جهان!
project_intro | This is my intro... | این مقدمه من است ...
english.json
{
"project_header": "Hello, World!",
"project_intro": "This is my intro..."
}
persian.json
{
"project_header": "سلام جهان!",
"project_intro": "این مقدمه من است ..."
}
You can now populate your project with these variables, thereby being able to deliver your project in a language-agnostic way, paving the way for delivering to multiple nationalities.
Make sure you are not on a proxy network or it cannot connect to Google.
FAQs
Takes vocab data from cloud spreadsheets and renders it into local json files.
The npm package grunt-cloudfile-to-vocab receives a total of 20 weekly downloads. As such, grunt-cloudfile-to-vocab popularity was classified as not popular.
We found that grunt-cloudfile-to-vocab demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.