Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
antsibull-docs
Advanced tools
This is a TypeScript library for processing Ansible documentation markup. It is named after the Python package of the same name.
The package is available on npm.
const { parse, toHTML } = require('antsibull-docs');
function convert() {
return toHTML(parse(['First paragraph.', 'Second B(paragraph).']));
}
import { parse, toHTML } from 'antsibull-docs';
function convert(): string {
return toHTML(parse(['First paragraph.', 'Second B(paragraph).']));
}
After checking out the repository, run
$ npm install
to install all required node packages. Afterwards you can run
$ npm build
to build the package as both ESM and CJS,
$ npm build:cjs:watch
$ npm build:esm:watch
to start a watch process which builds the package (as CJS or ESM) every time a file is modified,
$ npm test
to run the unit tests,
$ npm run test:coverage
to run the unit tests and output coverage stats,
$ npm run test:watch
to start a watch process which run tests every time a file is modified,
$ npm run test:coverage:watch
to start a watch process which run tests every time a file is modified and outputs coverage stats,
$ npm run lint
to run the linting,
$ npm run format:check
to check formatting with prettier, and
$ npm run format:write
to re-format the source files.
package.json
(and remove things like -post0
).changelogs/fragments/<version>.yml
with a release_summary
section.rm -rf dist && npm install && npm run build
.npm publish --dry-run
and check the output.npm run format:write
, especially if you updated this README.Prepare <version>.
.antsibull-changelog release
and add the updated files to git.Release <version>.
and run git tag <version>
.git push upstream main && git push
.npm publish
.git push upstream --tags
and create a GitHub release.-post0
to the version in package.json
, run npm install
, commit as Post-release version bump.
, and push to GitHub.FAQs
TypeScript library for processing Ansible documentation markup
The npm package antsibull-docs receives a total of 1,659 weekly downloads. As such, antsibull-docs popularity was classified as popular.
We found that antsibull-docs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.