
Research
Shai-Hulud Descends to Hades: Miasma Worm Campaign Spreads with New PyPI Wave
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.
tc-source-content-updater
Advanced tools
Module that updates source content for the desktop application translationCore.
Module that updates source content for the desktop application translationCore.
Use the separate helper files (as best you can) for each story.
Some functionality will most likely have to change in the main index as well, but try to keep as much logic as possible in individual helpers.
Parsers can expect the catalog to be fetched before their method is called. It will be under the catalog property of the Updater object
Please try and cleary define your input and output parameter structures so to make collaboration easier
Check __tests__/fixtures/catalog.json for example metadata return from DCS
To use this module you must first create a new instance of the object. i.e.
//es6
import updater from 'tc-source-content-updater';
const Updater = new updater();
//commonjs
const updater = require('tc-source-content-updater').default;
const Updater = new updater();
Note: In order to limit the amount of API calls the door43 repo, the Updater object uses the same catalog resource throughout its lifetime, without having to continuosly do requests to door43 API on each function call.
getLatestResources(localResourceList):
updateCatalog():
downloadResources(resourceList):
parseBiblePackage(resourceEntry, extractedFilesPath, resultsPath):
processTranslationAcademy(extractedFilesPath, outputPath):
processTranslationWords(extractedFilesPath, outputPath):
generateTwGroupDataFromAlignedBible(biblePath, outputPath):
npm i translationCoreApps/tc-source-content-updater#my-feature-branch in your translationCore root directory.rm -rf node_modules/tc-source-content-updater; npm i tc-source-content-updater; to get subsequent changes.FAQs
Module that updates source content for the desktop application translationCore.
The npm package tc-source-content-updater receives a total of 140 weekly downloads. As such, tc-source-content-updater popularity was classified as not popular.
We found that tc-source-content-updater demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 11 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 found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.