
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
indoctrinate
Advanced tools
A simple documentation scaffolding (sub)system.
Each piece of content has a unique hash. Generated content has a prefix and a GUID designated. Incoming content has an address (which includes both a location and a name).
Each piece of content coming in or generated has a set of labels. These are used as forward looking matches for inclusion or exclusion based on filters.
Enumerate a catalog and generate full file names and inferred file types (where the inferred file type is not empty):
jq '.SourceContentCatalog[]' dist/indoctrinate_content_staging/Indoctrinate-Catalog-AppData.json | jq -c 'select(.ExtendedContent.MIMECHK | length > 0)'
Enumerate a catalog and generate a copy command to _TARGET_FOLDER ready for some search and replace simplicity
jq '.SourceContentCatalog[]' dist/indoctrinate_content_staging/Indoctrinate-Catalog-AppData.json \
| jq -c 'select(.ExtendedContent.MB_EXT != null)' \
| jq '.Command = "cp _DBL_QT" + .Location + "/" + .Name + "_DBL_QT _DBL_QT_TARGET_FOLDER/" + .Name + "." + .ExtendedContent.MB_EXT + "_DBL_QT"' | jq -r .Command | sed 's/_DBL_QT/"/g' \
> Copy_Operation.sh
https://www.npmjs.com/package/hash-wasm
MIT
Pull requests are welcome. For details on our code of conduct, contribution process, and testing requirements, see the Retold Contributing Guide.
FAQs
Documentation generation and indoctrination.
The npm package indoctrinate receives a total of 169 weekly downloads. As such, indoctrinate popularity was classified as not popular.
We found that indoctrinate demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.