Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@flair-sdk/connectors
Advanced tools
Ready-made [wagmi.sh](https://wagmi.sh) connectors for various providers as open-source.
@flair-sdk/connectors
Ready-made wagmi.sh connectors for various providers as open-source.
Install the package:
npm install @flair-sdk/connectors
Install peer dependencies if not installed yet:
npm install ethers wagmi
import { createClient } from 'wagmi';
import {
Web3OnboardGamestopConnector,
Web3OnboardLedgerConnector
} from '@flair-sdk/connectors';
const chains = // based on wagmi docs...
const connectors = [
new Web3OnboardGamestopConnector({
chains,
options: {
appName: 'Flair',
appLogo: 'https://app.flair.dev/logo-light-filled.png',
},
}),
new Web3OnboardLedgerConnector({
chains,
options: {
appName: 'Flair',
appLogo: 'https://app.flair.dev/logo-light-filled.png',
},
}),
];
const client = createClient({
connectors,
// rest of wagmi config...
});
2.74.14 (2022-12-22)
Note: Version bump only for package @flair-sdk/typescript
FAQs
Ready-made [wagmi.sh](https://wagmi.sh) connectors for various providers as open-source.
The npm package @flair-sdk/connectors receives a total of 0 weekly downloads. As such, @flair-sdk/connectors popularity was classified as not popular.
We found that @flair-sdk/connectors 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.