
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.
`pocket-d1` is a simple utility to preview cloudflare D1 Databases in an easy-to-use UI as well as provide a REST API to interact with the database.
pocket-d1
is a simple utility to preview cloudflare D1 Databases in an easy-to-use UI as well as provide a REST API to interact with the database.
The UI is a fork of pocketbase and the project uses teenybase for automatically generated APIs for the database.
Install and run in the cloudflare project with wrangler.toml
with a d1 database
npm i pocket-d1 && npx pocket-d1 start --remote
And navigate to the link in the console.
Navigate to the directory with wrangler.toml
file with a database UUID and run the following command to start the local server:
npx pocket-d1 start --db MY_DB
where MY_DB
is the database binding in the wrangler.toml
file.
This will start a local server at http://localhost:3147
and print the viewer and editor credentials that can be used to access the DB.
By default, the local database is used, to use the remote database use the --remote
flag.
npx pocket-d1 --remote start --db MY_DB
FAQs
`pocket-d1` is a simple utility to preview cloudflare D1 Databases in an easy-to-use UI as well as provide a REST API to interact with the database.
The npm package pocket-d1 receives a total of 0 weekly downloads. As such, pocket-d1 popularity was classified as not popular.
We found that pocket-d1 demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
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.