Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@neo4j-cypher/codemirror
Advanced tools
Cypher query language integration with CodeMirror 6 editor
This package provides a variety of extensions to enable cypher language support in codemirror 6.
This package exports those extensions, and provides a convenience method to create an editor with the following API:
// import { EditorView } from 'codemirror';
// import { CypherEditorSupport } from '@neo4j-cypher/editor-support';
const createCypherEditor = (
parentDOMElement,
{ text = "initial text here", extensions = undefined } = {}
) => {
// create editor & editorSupport using given extensions, or default extensions if undefined
const editor = new EditorView({
parentDOMElement,
state: initialState // also contains editorSupport for use by extensions
});
return {
editor: EditorView,
editorSupport: CypherEditorSupport
};
};
FAQs
Cypher query language integration with CodeMirror 6 editor
The npm package @neo4j-cypher/codemirror receives a total of 4,253 weekly downloads. As such, @neo4j-cypher/codemirror popularity was classified as popular.
We found that @neo4j-cypher/codemirror demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.