
Security News
TypeScript 6.0 Released: The Final JavaScript-Based Version
TypeScript 6.0 introduces new standard APIs, modern default settings, and deprecations as it prepares projects for the upcoming TypeScript 7.0 release.
@clearvision-software/lighthouse-models
Advanced tools
Shared models and TypeScript types library for Lighthouse applications. This package provides a centralized location for all shared data models, interfaces, and types used across the Lighthouse ecosystem.
This package serves as the single source of truth for data models across Lighthouse applications, ensuring:
npm install @clearvision-software/lighthouse-models
import { YourModel } from '@clearvision-software/lighthouse-models';
// Use the shared models in your code
const model: YourModel = {
// ... model properties
};
This repository uses Conventional Commits for commit messages and automated versioning through Release Please.
When making changes, please follow these commit message conventions:
feat: - New features (minor version bump)
feat: add user preferences model
fix: - Bug fixes (patch version bump)
fix: correct type definition in auth model
feat!: or fix!: or including BREAKING CHANGE: - Breaking changes (major version bump)
feat!: rename authentication interfaces
BREAKING CHANGE: AuthModel has been renamed to AuthenticationModel
chore: - Maintenance tasks (no version bump)
chore: update documentation
For more details on the release process, see Release Please documentation.
If you need to manually specify a version:
git commit --allow-empty -m "chore: release 2.0.0" -m "Release-As: 2.0.0"
Releases are automated through GitHub Actions:
MIT
Made with ❤️ by Clearvision Software
FAQs
Shared models and types for Lighthouse applications
The npm package @clearvision-software/lighthouse-models receives a total of 1 weekly downloads. As such, @clearvision-software/lighthouse-models popularity was classified as not popular.
We found that @clearvision-software/lighthouse-models demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Security News
TypeScript 6.0 introduces new standard APIs, modern default settings, and deprecations as it prepares projects for the upcoming TypeScript 7.0 release.

Security News
/Research
Newly published Trivy Docker images (0.69.4, 0.69.5, and 0.69.6) were found to contain infostealer IOCs and were pushed to Docker Hub without corresponding GitHub releases.

Research
/Security News
The worm-enabled campaign hit @emilgroup and @teale.io, then used an ICP canister to deliver follow-on payloads.