
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
@gb-nx/browser
Advanced tools
This library was generated with Nx.
Nx Plugin adding first class support for Manifest V3 Browser Extension applications in your Nx workspace
Here is a list of some of the coolest features of the plugin:
If you have not already, create an Nx workspace with the following:
# npm
npx create-nx-workspace@latest
# yarn
yarn create nx-workspace@latest
Then you need to install the plugin in order to generate browser applications later on.
npx nx add @gb-nx/browser
Simply run the extension generator with the following command:
nx generate @gb-nx/browser:extension --name=my-extension --directory=apps/my-extension --projectNameAndRootFormat=as-provided
nx run my-extension:build
Load (or reload) the unpacked extension from dist/apps/my-extension with Manage Extensions in your browser.
Refresh a browser page
Observe changes
Make changes to my-extension\src
Repeat
Run the zip target to create a versioned archive of your extension.
nx run my-extension:build:production nx zip my-extension --tagGit false
This plugin supports Nx migrations and provides necessary version and code updates. So instead of bumping plugin version manually in package.json it's recommended to run nx migrate @gb-nx/browser command, that includes bumping the version of the @gb-nx/browser plugin, related dependencies and running code migrations.
| @gb-nx/browser version | Nx version |
|---|---|
| ^8.0.0 | >=17.0.0 |
| ^6.0.0 | ^17.0.0 |
| ^5.0.0 | ^16.0.0 |
| <5.0.0 | ^15.0.0 |
MIT
FAQs
This library was generated with [Nx](https://nx.dev).
We found that @gb-nx/browser demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers 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.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.