
Research
Malicious fezbox npm Package Steals Browser Passwords from Cookies via Innovative QR Code Steganographic Technique
A malicious package uses a QR code as steganography in an innovative technique.
@neo4j-cypher/react-codemirror
Advanced tools
This package exports a React component that provides a cypher editor using codemirror 6.
You can use this package like the following:
import React from 'react';
import CypherEditor from '@neo4j-cypher/react-codemirror';
const editorProps = {
onValueChanged: value => {}, // optional
onFocusChanged: focused => {}, // optional
onScrollChanged: scrollInfo => {}, // optional
onPositionChanged: ({ line, column, position }) => {}, // optional
initialOptions: {
theme: 'light', // optional, defaults to light
extensions: [ /* override extensions */ ] // optional, defaults to a sensible list of extensions.
},
initialSchema: { /* ... */ }, // optional, see example in demos
initialValue: 'this is the text to show in the editor',
initialPosition: { row: 2, column: 3}, // optional, rows are 1 based, columns are 0 based
classNames: [], // optional, array of classnames to add to the root dom element.
theme: 'light' // optional, should be light or dark, defaults to light
};
const MyReactComponent = () => {
return (
<CypherEditor {...editorProps} />
);
}
FAQs
This package can be built with `pnpm build` and then published to npm with `pnpm publish`.
The npm package @neo4j-cypher/react-codemirror receives a total of 6,320 weekly downloads. As such, @neo4j-cypher/react-codemirror popularity was classified as popular.
We found that @neo4j-cypher/react-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
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.
Application Security
/Research
/Security News
Socket detected multiple compromised CrowdStrike npm packages, continuing the "Shai-Hulud" supply chain attack that has now impacted nearly 500 packages.