
Product
Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
statsig-azureai
Advanced tools
Azure AI library with a built-in Statsig SDK.
Statsig helps you move faster with Feature Gates (Feature Flags) and Dynamic Configs. It also allows you to run A/B tests to validate your new features and understand their impact on your KPIs. If you're new to Statsig, create an account at statsig.com.
npm install statsig-azureai
import { AzureAI, StatsigOptions } from "statsig-azureai";
const options: StatsigOptions = {
environment: { tier: "development" },
};
await AzureAI.initialize(<STATSIG_SERVER_KEY>, options);
const client = AzureAI.getModelClientFromEndpoint(
<DEPLOYMENT_ENDPOINT_URL>,
<DEPLOYMENT_KEY>
);
Optionally, use a Statsig Dynamic Config to provide default configurations
const client = AzureAI.getModelClient("azureai_model", <DEPLOYMENT_ENDPOINT_URL>, <DEPLOYMENT_KEY>);
const response = await client.complete([
{
role: "system",
content: "You are a helpful assistant. You will talk like a pirate.",
},
{ role: "user", content: "Can you help me?" },
]);
FAQs
Azure AI library with a built-in Statsig SDK.
We found that statsig-azureai 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.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.