
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.
@polusai/jupyterlab-rjsf
Advanced tools
This is a hard fork of https://github.com/deathbeds/jupyterlab-starters/tree/master/packages/jupyterlab-rjsf (forked from the version 1.0.2). All the credit to original work belongs to https://github.com/bollwyvl and https://github.com/nrbgt.
There are some issues with formData and validation that I would like to fix in this fork. Hopefully, the fixes can make it back to the upstream at some point.
This project adds the ability to use React JSON Schema Form in JupyterLab widgets and JupyterLab extensions, and other labextensions. To use it, it should specified as a dependency in package.json so it will be installed for you, if needed.
Use the SchemaForm
, a @lumino/widget
that you can put inside of any other
widget (such as the DockPanel
). It's model
exposes the schema
, formData
,
other rjsf
specifics, and can be connected to with model.stateChanged
.
const schema: any = {
title: "My title",
description: "My description",
type: "object",
properties: {
name: {
type: "string"
},
age: {
type: "number"
}
},
required: ["name"]
};
const formData: any = {
name: "Jovyan",
age: 99
};
SchemaForm(schema, { formData: formData })
To build package, run
npm install --force
npx tsc
FAQs
React JSON Schema Form for JupyterLab
We found that @polusai/jupyterlab-rjsf demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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.