
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
@vetorzero/pts-custom-elements
Advanced tools
Custom web components for PTS, built with StencilJS.
<pts-remote-picker> — Remote autocomplete picker with form integration.bun install
bun run start
bun run build
bun run test
Versions are auto-published to npm via CI when a new Git tag is pushed. To release a new version:
npm version patch # or minor, major
git push --tags
This bumps the version in package.json, creates a Git tag, and pushes it — triggering the automated publish to npm.
Add the following script tag to your HTML. Components will be lazy-loaded as they are used:
<script type="module" src="https://unpkg.com/@vetorzero/pts-custom-elements"></script>
<pts-remote-picker
name="entity"
endpoint="https://api.example.com/remote-picker/entities"
></pts-remote-picker>
To pin a specific version:
<script type="module" src="https://unpkg.com/@vetorzero/pts-custom-elements@0.1.2/dist/pts-custom-elements/pts-custom-elements.esm.js"></script>
bun add @vetorzero/pts-custom-elements
Then import the loader in your application entry point:
import '@vetorzero/pts-custom-elements/loader';
FAQs
Stencil Component Starter
We found that @vetorzero/pts-custom-elements 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.