
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
userbase-js-node
Advanced tools
Userbase is the easiest way to add user accounts and user data persistence to your static site. All Userbase features are accessible through a very simple JavaScript SDK, directly from the browser.
For all who want to use the Userbase JavaScript SDK from node, this is the package for you. Some reasons you may find this package valuable:
The easiest way to start using Userbase is to create a free Admin account and follow the Quickstart guide that shows you how to create a web app using Userbase.
If you don't like docs and want to jump right in after creating an admin account and getting your app ID, here's a quick script to get you started:
const userbase = require('userbase-js-node')
const main = async () => {
await userbase.init({ appId: <Your App ID> })
await userbase.signUp({ username: 'admin', password: '5Pnc3M^J^Q2$EegV' })
await userbase.openDatabase({ databaseName: 'my-first-db', changeHandler: items => console.log(items) })
await userbase.insertItem({ databaseName: 'my-first-db', item: 'Hello world!' })
}
main()
If you have any questions, or if there's anything we can do to help you with your app, please get in touch. Thank you!
This project is released under the MIT License.
FAQs
Userbase JS SDK for node
The npm package userbase-js-node receives a total of 2 weekly downloads. As such, userbase-js-node popularity was classified as not popular.
We found that userbase-js-node demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.