
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).
@sigmacomputing/node-embed-sdk
Advanced tools
Node.js SDK for Sigma Computing with encryption/decryption utilities
This package provides Node.js utilities for working with Sigma Computing's Embed API.
To use the node-embed-sdk in your project, you can install it using your node package manager.
Using npm:
npm install @sigmacomputing/node-embed-sdk
yarn:
yarn add @sigmacomputing/node-embed-sdk
pnpm:
pnpm add @sigmacomputing/node-embed-sdk
The SDK provides utilities for encrypting and decrypting OAuth tokens using AES-256-GCM encryption:
import { encrypt, decrypt } from '@sigmacomputing/node-embed-sdk';
// Encrypt an OAuth token
const encryptedToken = encrypt(
'your-embed-secret',
'your-oauth-token'
);
// Decrypt an encrypted token
const decryptedToken = decrypt(
'your-embed-secret',
encryptedToken
);
FAQs
Node.js SDK for Sigma Computing with encryption/decryption utilities
The npm package @sigmacomputing/node-embed-sdk receives a total of 3,135 weekly downloads. As such, @sigmacomputing/node-embed-sdk popularity was classified as popular.
We found that @sigmacomputing/node-embed-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 157 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.