
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Parser for Collaborizm Flavoured Markdown, i.e, Markdown flavour used on Collaborizm.com
npm install cfm-parser
import { cfmToHtml } from 'cfm-parser'
// Add Prism nom-default language
// No need for markup, css, clike, javascript
// Refer http://prismjs.com/#languages-list
import 'prismjs/components/prism-markdown.js';
// Import default CSS stylesheet if not using custom
import 'cfm-parser/css/style.css'
// Import styles for CSS highlighting
// Refer http://prismjs.com/ for theme names
import 'prismjs/themes/prism-okaidia.css';
const md = '## *Markdown*'
const html = cfmToHtml(md)
cfmToHtml(markdown, linkify, uiClass, domainName, sourceLineNumber)
Converts Collaborizm Flavoured Markdown to HTML.
markdown
Collaborizm Flavoured Markdown
linkify
Converts URLs to HTML hyperlinks
Default: true
uiClass
CSS class names for HTML output
Default: object
{
atProfile: 'md-at-person',
atProject: 'md-at-project',
adHocTag: 'md-hashtag-adhoc',
hashTag: 'md-hashtag',
img: 'md-img',
youtube: 'md-yt',
table: 'md-table',
blockquote: 'md-blockquote'
}
domainName
Domain name parameter for YouTube embed.
Default: ''
sourceLineNumber
Add a data-input-line
attribute to each topmost HTML element that corresponds to the line number of the source markdown
Default: true
FAQs
Parser for Collaborizm Flavoured Markdown, i.e, Markdown flavour used on Collaborizm.com
The npm package cfm-parser receives a total of 2 weekly downloads. As such, cfm-parser popularity was classified as not popular.
We found that cfm-parser demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.