
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
@zachleat/noop
Advanced tools
A minimal ESM package to test module importing in other tools.
Install from npm:
npm install @zachleat/noop
Usage:
// ESM
import { noop, noopSync } from "@zachleat/noop";
// Dynamic Import
const { noop, noopSync } = await import("@zachleat/noop");
// CommonJS
const { noop, noopSync } = require("@zachleat/noop");
// Explicit ESM
import { noop, noopSync } from "@zachleat/noop/esm";
// Explicit CommonJS
const { noop, noopSync } = require("@zachleat/noop/cjs");
// Throws an error on import/require (use for npm `overrides`)
import "@zachleat/noop/error";
require("@zachleat/noop/error");
FAQs
A minimal module to test importing in other tools.
The npm package @zachleat/noop receives a total of 222 weekly downloads. As such, @zachleat/noop popularity was classified as not popular.
We found that @zachleat/noop demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.