
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
@aliaspayments/vlt-client
Advanced tools
const client = new VltClient({
apiKey: 'abc123',
apiSecret: 'abc1234',
apiUrl: 'http://localhost:3000'
});
// List gateways
await client.gateways.list();
// Create gateway
await client.gateways.create({
name: "My Gateway",
type: "global_transport",
credentials: {
username: 'abc123',
password: 'abc123'
}
});
// Update gateway
await client.gateways.update('59ef868c138285143d48c7f1', { name: 'my gateway' });
// Redact gateway
await client.gateways.redact('59ef868c138285143d48c7f1');
FAQs
Client library for the Vlt API
The npm package @aliaspayments/vlt-client receives a total of 2 weekly downloads. As such, @aliaspayments/vlt-client popularity was classified as not popular.
We found that @aliaspayments/vlt-client demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.