
Security News
PyPI Expands Trusted Publishing to GitLab Self-Managed as Adoption Passes 25 Percent
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads
@myinterview/widget-react
Advanced tools
The myInterview widget for React.
For more detailed documentation with all Props, Methods and Customisation possibilities, please visit our website https://documentation.myinterview.com/docs/intro
The easiest way to use react-widget is to install it from npm and build it into your app with Webpack / rollup / parcel.
react-widget compatible with react version
react@16.x.x,react@17.x.x,react@18.x.x!
yarn add @myinterview/widget-react
# or use npm
npm install @myinterview/widget-react
Then use it in your app:
import React from 'react';
import { Widget } from '@myinterview/widget-react';
const App = () => {
const onFinish = () => {
//...
}
const onError = () => {
// ...
}
return (
// ...
<Widget
job={{ job_id: "xxxxxxxxxxxxxxxxxx" }}
candidate={{ email: "test@mail.com", username: "Max" }}
config={{ onFinish, onError,
auth: "apikey xxxxxxxxxxxxxxxxx sig=xxxxxxxxxxxxxxxxxxxxxxxxxx" }}
/>
)
}
For more detailed documentation with all Props, Methods and Customisation possibilities, please visit our website https://documentation.myinterview.com/docs/intro
MIT Licensed.
FAQs
myInterview widget v3
The npm package @myinterview/widget-react receives a total of 524 weekly downloads. As such, @myinterview/widget-react popularity was classified as not popular.
We found that @myinterview/widget-react demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 12 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
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.