
Security News
Next.js Patches Critical Middleware Vulnerability (CVE-2025-29927)
Next.js has patched a critical vulnerability (CVE-2025-29927) that allowed attackers to bypass middleware-based authorization checks in self-hosted apps.
better-opn
Advanced tools
A better opn. Reuse the same tab on Chrome for 👨💻. Inspire by create-react-app
$ yarn add better-opn
$ npm install better-opn
If you wish to overwrite the default browser, override BROWSER
environment variable to your desired browser name (name is platform dependent).
const opn = require('better-opn');
opn('http://localhost:3000');
In case your app can navigate to another pathnames and still want to reuse opened tab, set environment variable OPEN_MATCH_HOST_ONLY=true
can tell this program to find reusable tab by only match the host part of your URL.
process.env.OPEN_MATCH_HOST_ONLY = 'true';
opn('http://localhost:3000/foo/bar'); // This will reuse any tab with URL starting with http://localhost:3000/
[3.0.2] - 2022-01-21
open
is broken (#38) @erezrokahFAQs
A better opn. Reuse the same tab on Chrome for 👨💻.
The npm package better-opn receives a total of 5,988,484 weekly downloads. As such, better-opn popularity was classified as popular.
We found that better-opn 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.
Security News
Next.js has patched a critical vulnerability (CVE-2025-29927) that allowed attackers to bypass middleware-based authorization checks in self-hosted apps.
Security News
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
Product
Socket, the leader in open source security, is now available on Google Cloud Marketplace for simplified procurement and enhanced protection against supply chain attacks.