
Security News
MCP Steering Committee Launches Official MCP Registry in Preview
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
@justeat/f-account-info
Advanced tools
The account information page
Install the module using npm or Yarn:
yarn add @justeat/f-account-info
npm install @justeat/f-account-info
You can import it in your Vue SFC like this (please note that styles have to be imported separately):
import AccountInfo from '@justeat/f-account-info';
import '@justeat/f-account-info/dist/f-account-info.css';
export default {
components: {
AccountInfo
}
}
If you are using Webpack, you can import the component dynamically to separate the account-info
bundle from the main bundle.client.js
:
import '@justeat/f-account-info/dist/f-account-info.css';
export default {
components: {
// …
AccountInfo: () => import(/* webpackChunkName: "account-info" */ '@justeat/f-account-info')
}
}
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 |
loginPath | string | false | the redirect path if the GET fails with a 403, if not supplied then will not redirect |
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-account-info
package:
$ cd packages/components/pages/f-account-info
To test all components, run from root directory.
To test only f-account-info
, run from the ./fozzie-components/packages/components/pages/f-account-info
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
yarn test-a11y:chrome
v1.8.1
April 9, 2020
dist
asset to check against (when checking import
for instance).FAQs
Fozzie Account Info - The account information page
We found that @justeat/f-account-info 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
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.