
Product
Introducing Rust Support in Socket
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
@deephaven/jsapi-shim
Advanced tools
A shim library that is used to import the global dh
object as a module, and provide some useful PropTypes
.
npm install --save @deephaven/jsapi-shim
import dh, { PropTypes as APIPropTypes } from '@deephaven/jsapi-shim'
class MyComponent {
componentDidMount() {
const { session } = this.props;
session.addEventListener(
dh.IdeSession.EVENT_COMMANDSTARTED,
event => {
console.log('Command started event', event);
}
);
}
render() {
return null;
}
}
MyComponent.proptypes = {
session: APIPropTypes.IdeSession.isRequired,
}
export default MyComponent;
FAQs
Deephaven JSAPI Shim
The npm package @deephaven/jsapi-shim receives a total of 245 weekly downloads. As such, @deephaven/jsapi-shim popularity was classified as not popular.
We found that @deephaven/jsapi-shim demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 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.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.