Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
micromark-factory-whitespace
Advanced tools
micromark factory to parse markdown whitespace (found in lots of places)
micromark factory to parse markdown line endings or spaces (found in lots of places).
npm:
npm install micromark-factory-whitespace
import {factoryWhitespace} from 'micromark-factory-whitespace'
import {codes} from 'micromark-util-symbol/codes'
import {types} from 'micromark-util-symbol/types'
// A micromark tokenizer that uses the factory:
/** @type {Tokenizer} */
function tokenizeTitle(effects, ok, nok) {
return start
/** @type {State} */
function start(code) {
return markdownLineEndingOrSpace(code)
? factoryWhitespace(effects, before)(code)
: nok(code)
}
// …
}
This module exports the following identifiers: factoryWhitespace
.
There is no default export.
factoryWhitespace(…)
Note that there is no nok
parameter:
ok
will be switched to whether spaces were found
or not,factoryWhitespace
effects
(Effects
) — Contextok
(State
) — State switched to when successfulState
.
See security.md
in micromark/.github
for how to
submit a security report.
See contributing.md
in micromark/.github
for ways
to get started.
See support.md
for ways to get help.
This project has a code of conduct. By interacting with this repository, organisation, or community you agree to abide by its terms.
FAQs
micromark factory to parse markdown whitespace (found in lots of places)
The npm package micromark-factory-whitespace receives a total of 4,850,184 weekly downloads. As such, micromark-factory-whitespace popularity was classified as popular.
We found that micromark-factory-whitespace 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.