
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@dynamic-labs-connectors/ledger-evm
Advanced tools
npm install @dynamic-labs-connectors/ledger-evm
To integrate with the Dynamic SDK, you just need to pass LedgerEvmConnectors
to the walletConnectors
prop of the DynamicContextProvider
component.
import { DynamicContextProvider } from '@dynamic-labs/sdk-react-score';
import { LedgerEvmConnectors } from '@dynamic-labs-connectors/ledger-evm';
const App = () => {
return (
<DynamicContextProvider
settings={{
environmentId: 'REPLACE-WITH-YOUR-ENVIRONMENT-ID',
walletConnectors: [LedgerEvmConnectors],
}}
>
<DynamicWidget />
</DynamicContextProvider>
);
};
Run nx build @dynamic-labs-connectors/ledger-evm
to build the library.
Run nx test @dynamic-labs-connectors/ledger-evm
to execute the unit tests via Jest.
FAQs
## Integrating with the Dynamic SDK
The npm package @dynamic-labs-connectors/ledger-evm receives a total of 2,718 weekly downloads. As such, @dynamic-labs-connectors/ledger-evm popularity was classified as popular.
We found that @dynamic-labs-connectors/ledger-evm demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.