
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
isolated-middleware
Advanced tools
A Connect/Express middleware for Enabling cross-origin-isolation.
If you want to user isolated on koa app, use koa-isolated.
Cross-origin isolation enables a web page to use powerful features such as SharedArrayBuffer. This article explains how to enable cross-origin isolation on your website.
The isolation need to set the header for Cross-Origin-Opener-Policy(CROP) and Cross-Origin-Embedder-Policy(COEP).
If you want to use SharedArrayBuffer
, performance.measureUserAgentSpecificMemory()
or high resolution timer with better precision, you should enable cross-origin isolation.
use npm
npm install isolated-middleware
or use yarn
yarn add isolated-middleware
const express = require('express');
const isolated = require('isolated-middleware');
const app = express();
app.use(isolated());
const connect = require('connect');
const isolated = require('isolated-middleware');
const app = connect();
app.use(isolated());
FAQs
A Connect/Express middleware for Enabling cross-origin-isolation.
We found that isolated-middleware 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.