Security News
vlt Debuts New JavaScript Package Manager and Serverless Registry at NodeConf EU
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
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 desire 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/
[2.1.0] - 2020-10-18
FAQs
A better opn. Reuse the same tab on Chrome for 👨💻.
The npm package better-opn receives a total of 2,676,501 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
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
Security News
Research
The Socket Research Team uncovered a malicious Python package typosquatting the popular 'fabric' SSH library, silently exfiltrating AWS credentials from unsuspecting developers.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.