
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
ravendb-cloud
Advanced tools
RavenDB Cloud delivers the world's leading NoSQL document database for modern applications as a fully automated cloud service run by the same developers that build and maintain the database engine. Communicate with our cloud programmatically and automate the actions you perform on your RavenDB Cloud products.
npm install --save ravendb-cloud
import { ApiClient } from "ravendb-cloud";
const client = new ApiClient({
apiKey: "RVDB-XXXXXXXXXXXXXXXXXXXXXXXXXX"
});
const createProduct = new ProductCreateRequest({
displayName: "Fancy",
subdomainName: "fancy",
cloudProvider: "Aws",
region: "us-east-1",
tier: "Development",
instanceTypeName: "Dev10",
storageTypeName: "SsdStandard",
diskSize: 15,
releaseChannel: "Stable42",
allowedIps: ["0.0.0.0/0"]
});
const response = await client.products.create(req);
// ProductCreateResponse { productId: '1234-B' }
const listResponse = await client.products.list();
// ...
RavenDB Cloud OpenAPI definition:
Bugs can be reported on Hibernating Rhinos' YouTrack.
FAQs
RavenDB Cloud API client
We found that ravendb-cloud 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.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.