
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@clarityops/types
Advanced tools
Shared TypeScript types for ClarityOps platform (InsightForge & InsightFlow)
Shared TypeScript type definitions for the ClarityOps platform, including InsightForge and InsightFlow applications.
npm install @clarityops/types
# or
pnpm add @clarityops/types
# or
yarn add @clarityops/types
import type {
CurrentUser,
SurveyConfiguration,
Session,
AnalysisResult
} from '@clarityops/types';
// Survey service types (InsightFlow backend)
import type {
Question,
Category,
SurveyResponse
} from '@clarityops/types/survey';
// API client interfaces
import type {
SurveyApiClient,
AuthApiClient
} from '@clarityops/types/api-client';
// Platform types
import type { PlatformConfig } from '@clarityops/types/platform';
// Auth types
import type { User, Permission } from '@clarityops/types/auth';
// API response types
import type { APIResponse, PaginationMeta } from '@clarityops/types/api';
| Module | Description |
|---|---|
@clarityops/types | All types (main entry point) |
@clarityops/types/survey | Survey service types (sessions, questions, analysis) |
@clarityops/types/api-client | API client interfaces |
@clarityops/types/api | Generic API response types |
@clarityops/types/auth | Authentication and user types |
@clarityops/types/platform | Platform configuration types |
@clarityops/types/flow | Legacy InsightFlow types |
/survey)SurveyConfiguration - Survey configuration entityCategory / Subcategory - Survey categorizationQuestion - Survey questions with various typesSession - Survey respondent sessionsSurveyResponse - Individual question responsesAnalysisResult - AI analysis resultsPersona - Assigned persona based on analysisReport / ReportJob - Generated reports/api-client)SurveyApiClient - Full survey service API interfaceMainAppApiClient - Main application API interfaceAuthApiClient - Authentication API interfaceApiConfig - API configuration optionsClarityOpsEndpoints - Service endpoint URLs/auth)User - Authenticated userPermission - User permissionsClientAccess - Client/tenant accessMIT
FAQs
Shared TypeScript types for ClarityOps platform (InsightForge & InsightFlow)
We found that @clarityops/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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.