
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@qualtrics/plugin-ui-react
Advanced tools
## Overview This library contains components that are useful when developing XMT plugins, as well as general components for developing for Qualtrics using React.
This library contains components that are useful when developing XMT plugins, as well as general components for developing for Qualtrics using React.
Node JS v10.x or greater recommended (recommended to use nvm
for versioning).
Install dependencies:
$ npm i
To run the dev server and open a browser dev tab, run:
$ npm start
In your project (running with webpack-dev-server
):
$ npm link /path/to/this/repo/qualtrics-plugin-ui-react
If you get an error about incorrect usage of Hooks in the browser dev console, you are most likely running two instances of react. To prevent this from happening, in your app add the following to the resolve
option in webpack.config.js
:
resolve: {
alias: {
'react': path.resolve(__dirname, './node_modules/react'),
'react-dom': path.resolve(__dirname, './node_modules/react-dom'),
}
}
This forces the locally linked component library to use your project's instance of React.
To build, run:
$ npm run build
The production assets will be added to the /dist
directory.
If you get errors from node-sass
, node-gyp
, or sass-related dependencies run:
$ rm package-lock.json && rm yarn.lock && rm -rf node_modules && npm i
If the problems persist, run:
$ npm rebuild
JOB_PARAMETER_PROJECT
to plugin-ui-react
JOB_PARAMETER_RELEASE_STEP
to pc tickets
JOB_PARAMETER_PROJECT
to plugin-ui-react
JOB_PARAMETER_RELEASE_STEP
to publish
The projects in this repo can also be published manually.
make test DIRECTORY=.
to run all client unit testsmake publish-external INT_NPM_TOKEN=<yourNpmToken> DIRECTORY=. TAG=latest
FAQs
This library is for Qualtrics developers. To get started, sign up for the developer program [here](https://developer.qualtrics.com/).
We found that @qualtrics/plugin-ui-react demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 16 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.