
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
@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.
: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.
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 1,007 weekly downloads. As such, @quicknode/sdk popularity was classified as 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 28 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
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.