github FrancescoStabile/numasec v1.1.3

latest releases: v1.2.1, v1.2.0, v1.1.19...
one month ago

This patch fixes the path that matters most for the browser runtime: the real npm install -g numasec install.

Before this, browser mode could work from the repo and still fail for people using the normal npm install path, because the published package was shipping the launcher and platform binaries but not Playwright itself.

What changed:

  • Playwright now ships with the npm package
  • the generated publish manifest now keeps that runtime dependency instead of dropping it during packaging
  • install and runtime hints now point people to npx playwright install chromium

So if someone installs or upgrades numasec with npm, the browser side should now work from the actual user path instead of only from a source checkout.

Don't miss a new numasec release

NewReleases is sending notifications on new releases.