
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
@auriclabs/sst-types
Advanced tools
A TypeScript typings package that provides comprehensive type definitions for SST (Serverless Stack) development.
A TypeScript typings package that provides comprehensive type definitions for SST (Serverless Stack) development.
This package contains TypeScript declaration files (.d.ts) for SST components, utilities, and platform-specific types. It's designed to enhance the developer experience by providing full type safety and IntelliSense support when working with SST applications.
AWS Components: Type definitions for all AWS-based SST components including:
Cloudflare Components: Type definitions for Cloudflare-based SST components
Vercel Components: Type definitions for Vercel-based SST components
Base Components: Core SST component types and utilities
Platform Types: Internal SST platform type definitions
npm install @auriclabs/sst-types
# or
pnpm add @auriclabs/sst-types
# or
yarn add @auriclabs/sst-types
This package is purely for TypeScript type definitions. To use the types in your project, you need to add the package to your tsconfig.json:
{
"compilerOptions": {
"types": ["@auriclabs/sst-types"]
}
}
Once configured, you'll automatically get:
The types are automatically available when using SST in your TypeScript projects.
This package is built by extracting type definitions from the SST platform:
npm run build
The build process:
.d.ts filesThis package is part of the AuricLabs monorepo. The types are automatically generated from the SST platform and should not be manually edited.
ISC
FAQs
A TypeScript typings package that provides comprehensive type definitions for SST (Serverless Stack) development.
We found that @auriclabs/sst-types demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.