
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.
missioncontrol-common
Advanced tools
#Mission Control Common
yarn add missioncontrol-common
or
npm install missioncontrol-common
import the css somewhere on top of your react app tree:
import 'missioncontrol-common/dist/main.css';
and after that you can import components like this:
import { MCTable, MCButton } from 'missioncontrol-common';
Recommended:
This repo uses @material-ui/core for some of the components. Due to how MUI bundles it's code in production mode with jss, some css class collisions may appear. Therefore it is recommended to wrap your application with a jss name provider like this:
import JssProvider from 'react-jss/lib/JssProvider';
import { createGenerateClassName } from '@material-ui/core/styles';
const generateClassName = createGenerateClassName({
dangerouslyUseGlobalCSS: false,
productionPrefix: 'jssMC'
});
//App render
render() {
<JssProvider generateClassName={generateClassName}>
<App />
</JssProvider>
}
We use react-storybook for maintaining and developing our components.
to run locally the storybook, clone the repo and run on localhost:6006
yarn
yarn storybook
you can also build the storybook with:
yarn build-storybook
We have a react starter for our new mission control apps (it is currently WIP) you can find on a dedicated branch in this repo: MC-Starter
FAQs
Misson Control common components
We found that missioncontrol-common demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.