
Product
Socket Now Protects the Firefox Extension Ecosystem
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.
@shipeasy/next
Advanced tools
Next.js middleware adapter for Shipeasy — mints the shared __se_anon_id bucketing cookie at the edge.
Next.js middleware adapter for Shipeasy. Mints the shared
__se_anon_id bucketing cookie at the edge, before render, so the very first
request already has a stable bucketing unit — SSR and the browser SDK then
evaluate against the identical value at any rollout percentage.
npm install @shipeasy/next
// middleware.ts
export { middleware, config } from "@shipeasy/next";
Composing with your own middleware:
import { withShipeasy } from "@shipeasy/next";
export const middleware = withShipeasy(async (req) => {
// …your logic; return a NextResponse, or nothing to continue
});
next is a peer of this package only — it is not a peer of @shipeasy/sdk,
which declares no peer dependencies at all.
Full docs: https://shipeasy-ai.github.io/sdk-ts/pages/installation.md
FAQs
Next.js middleware adapter for Shipeasy — mints the shared __se_anon_id bucketing cookie at the edge.
The npm package @shipeasy/next receives a total of 4 weekly downloads. As such, @shipeasy/next popularity was classified as not popular.
We found that @shipeasy/next 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.
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.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.

Research
/Security News
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.