
Security News
November CVEs Fell 25% YoY, Driven by Slowdowns at Major CNAs
November CVE publications fell 25% YoY even as 2025 totals rose, showing how a few major CNAs can swing “global” counts and skew perceived risk.
@justeat/f-contact-preferences
Advanced tools
Fozzie Contact Preferences - Fozzie user contact preferences form component
Fozzie user contact preferences form component
Install the module using npm or Yarn:
yarn add @justeat/f-contact-preferences
npm install @justeat/f-contact-preferences
You can import it in your Vue SFC like this (please note that styles have to be imported separately):
import ContactPreferences from '@justeat/f-contact-preferences';
import '@justeat/f-contact-preferences/dist/f-contact-preferences.css';
export default {
components: {
ContactPreferences
}
}
If you are using Webpack, you can import the component dynamically to separate the contact-preferences bundle from the main bundle.client.js:
import '@justeat/f-contact-preferences/dist/f-contact-preferences.css';
export default {
components: {
// …
ContactPreferences: () => import(/* webpackChunkName: "contact-preferences" */ '@justeat/f-contact-preferences')
}
}
There may be props that allow you to customise its functionality.
The props that can be defined are as follows (if any):
| Prop | Type | Required | Description |
|---|---|---|---|
| authToken | string | false | the users authorisation token |
| isAuthFinished | boolean | true | a flag indicating if the authorisation process has completed |
| smartGatewayBaseUrl | string | true | the smartgateway host |
Start by cloning the repository and installing the required dependencies:
$ git clone git@github.com:justeat/fozzie-components.git
$ cd fozzie-components
$ yarn
Change directory to the f-contact-preferences package:
$ cd packages/components/organisms/f-contact-preferences
To test all components, run from root directory.
To test only f-contact-preferences, run from the ./fozzie-components/packages/components/organisms/f-contact-preferences directory.
yarn test
# Note: Ensure Storybook is running when running the following commands
cd ./fozzie-components
yarn storybook:build
yarn storybook:serve-static
yarn test-component:chrome
### Accessibility tests
```bash
yarn test-a11y:chrome
FAQs
Fozzie Contact Preferences - Fozzie user contact preferences form component
We found that @justeat/f-contact-preferences demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 29 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
November CVE publications fell 25% YoY even as 2025 totals rose, showing how a few major CNAs can swing “global” counts and skew perceived risk.

Security News
React disclosed a CVSS 10.0 RCE in React Server Components and is advising users to upgrade affected packages and frameworks to patched versions now.

Research
/Security News
We spotted a wave of auto-generated “elf-*” npm packages published every two minutes from new accounts, with simple malware variants and early takedowns underway.