
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
koa-isolated
Advanced tools
A koa middleware for Enabling cross-origin-isolation.
Cross-origin isolation enables a web page to use powerful features such as
SharedArrayBuffer. If you want to use SharedArrayBuffer
, performance.measureUserAgentSpecificMemory()
or high resolution timer with better precision, you should enable cross-origin isolation.
The isolation need to set the header for Cross-Origin-Opener-Policy(CROP) and Cross-Origin-Embedder-Policy(COEP).
use npm
npm install koa-isolated
or use yarn
yarn add koa-isolated
const Koa = require('koa');
const isolated = require('koa-isolated');
const app = new Koa();
app.use(isolated());
FAQs
A koa middleware for Enabling cross-origin-isolation.
The npm package koa-isolated receives a total of 9 weekly downloads. As such, koa-isolated popularity was classified as not popular.
We found that koa-isolated 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.