
Company News
/Security News
Socket Selected for OpenAI's Cybersecurity Grant Program
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.
hyperdb-helper
Advanced tools
Generate & build hyperdb schema definitions
Inside your current working directory this create a schemas directory with all the necessary files and an example index.js file showing Hyperdb usage with the provided schemas.
// Create the files!
npx hyperdb-helper init
// Install the dependencies!
npm install hyperdb hyperschema corestore
// Build the schema definitions!
npx hyperdb-helper build
// Run the example code!
node index.js
Install as a dev dependency:
npm i -D hyperdb-helper
Remember to install these dependencies if you haven't already:
npm i hyperdb hyperschema corestore
Add a build script to your package.json:
"scripts": {
"schema": "hyperdb-helper build"
}
After running the hyperdb-helper init command you'll get some examples to learn from in the generated files:
If you don't already have hyperdb and hyperschema installed you'll be asked to do so.
There's also a very simple JavaScript API:
import { HyperdbHelper } from 'hyperdb-helper'
const helper = new HyperdbHelper()
await helper.init()
await helper.build()
await helper.cleanup()
Apache-2.0
FAQs
A wee little helper cli for working with hyperdb schemas
The npm package hyperdb-helper receives a total of 8 weekly downloads. As such, hyperdb-helper popularity was classified as not popular.
We found that hyperdb-helper demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.