Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@quicknode/sdk
Advanced tools
A SDK from [QuickNode](https://www.quicknode.com/) making it easy for developers to interact with QuickNode's services.
A SDK from QuickNode making it easy for developers to interact with QuickNode's services.
QuickNode's SDK is a JavaScript and TypeScript framework-agnostic library that supports both CommonJS and ES module systems.
Currently the SDK makes it even easier to use the QuickNode Graph API to query market insights, trading data, transactions by wallets and contracts, cached NFT images, and more!
:grey_question: We want to hear from you! Please take a few minutes to fill out our QuickNode SDK feedback form and let us know what you currently think about the SDK. This helps us further improve the SDK.
npm install @quicknode/sdk
or yarn add @quicknode/sdk
import Core from '@quicknode/sdk/core';
const core = new Core({ endpointUrl: 'replaceme' });
const blockNumber = core.client.getBlockNumber().then((response) => console.log(response));
Full example app implementation here
Please see the official QuickNode SDK documentation for the full documentation of SDK functions.
Please submit any issues or feature requests as an issue in Github.
We recommend using the example application to develop
qn-oss
monorepo root directory, run yarn install
packages/apps/examples/sdk-api
from qn-oss
monorepo rootcp .env.example .env
and add api keynx serve apps-examples-sdk-api
curl http://localhost:3333/api/nftsByAddress/0xbc08dadccc79c00587d7e6a75bb68ff5fd30f9e0
Run nx test libs-sdk
to execute the tests via Jest.
API responses are recorded using polly.js. You can re-record live requests by passing in an API key, copy .env.test.example
to .env.test
and fill out with your API key.
Run nx lint libs-sdk
to execute the lint via ESLint.
Generate graphql typings via Codegen.
packages/libs/sdk
from qn-oss
monorepo rootcp .env.example .env
and add api keyyarn run codegen
FAQs
A SDK from [QuickNode](https://www.quicknode.com/) making it easy for developers to interact with QuickNode's services.
The npm package @quicknode/sdk receives a total of 648 weekly downloads. As such, @quicknode/sdk popularity was classified as not popular.
We found that @quicknode/sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 27 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.