
Security News
Node.js TSC Votes to Stop Distributing Corepack
Corepack will be phased out from future Node.js releases following a TSC vote.
@coveo/relay-event-types
Advanced tools
Typescript types for Coveo Events, intended to be used with the Relay package.
This package contains automatically generated TypeScript types for Coveo's Event Protocol, and is intended to be used in conjunction with the Relay client side package.
Install using npm install @coveo/relay-event-types
Import desired event type, e.g. for an itemClick
event:
import { ItemClick } from "@coveo/relay-event-types";
const myClickEvent:ItemClick = {
searchUid: '2ce196c1-5859-42da-b051-63e77ae2b406',
position: 2,
itemMetadata: {
uniqueFieldName: 'permanentid',
uniqueFieldValue: 'XDSC-566782'
}
}
FAQs
Typescript types for Coveo Events, intended to be used with the Relay package.
We found that @coveo/relay-event-types 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.
Security News
Corepack will be phased out from future Node.js releases following a TSC vote.
Research
Security News
Research uncovers Black Basta's plans to exploit package registries for ransomware delivery alongside evidence of similar attacks already targeting open source ecosystems.
Security News
Oxlint's beta release introduces 500+ built-in linting rules while delivering twice the speed of previous versions, with future support planned for custom plugins and improved IDE integration.