
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@blitzm/doccy
Advanced tools
Doccy is a documentation tool for GRPC APIs.
Doccy includes a CLI program that can be used to generate a static JSON file that represents your GRPC Proto Spec.
Doccy also includes a React component that can use the generated JSON file to render documentation inside your website.
See the "./example" directory to see a minimal React application that shows
the Doccy's <DoccyPage protojson={require('../doccyprotos.json')} />
component.
npm install @blitzm/doccy
# see usage
./node_modules/.bin/doccy --help
# generate a doccyprotos.json file from
# a directory containing .proto files
./node_modules/.bin/doccy -o doccyprotos.json ./path/to/protos/**/*.proto
import { DoccyPage } from '@blitzm/doccy';
export function Documentation() {
return (
<DoccyPage protojson={require('./doccyprotos.json')} />
);
}
To develop doccy you can use the "./example" project.
There's an included script called ./doccy.sh
that runs the doccy CLI from source using ts-node
.
You can use this script to run the doccy CLI from source to generate test doccyprotos.json
files.
The example project is a small React app that imports DoccyPage from the lib
directory.
To develop the <DoccyPage />
component you can run the example app:
cd ./example
./doccy.sh -o doccyprotos.json ../../path/to/some/protos/**/*.proto
npm install
npm start
# build the image
docker build -t website .
# run the container (localhost:3000)
docker run --rm -it -p 3000:80 website`
FAQs
## Overview
The npm package @blitzm/doccy receives a total of 2 weekly downloads. As such, @blitzm/doccy popularity was classified as not popular.
We found that @blitzm/doccy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
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.