
Research
/Security News
10 npm Typosquatted Packages Deploy Multi-Stage Credential Harvester
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.
@gofynd/nitrozen-react
Advanced tools
A React component library inspired from Nitrozen design system
To install @gofynd/nitrozen-react in your project, you will need to run the following
command using npm:
npm install -S @gofynd/nitrozen-react
If you prefer Yarn, use the following command instead:
yarn add @gofynd/nitrozen-react
The @gofynd/nitrozen-react package provides components and icons for the Nitrozen Design
System.
To use a component, you can import it directly from the package:
import { Button } from "@gofynd/nitrozen-react";
function MyComponent() {
return <Button rounded>Button</Button>;
}

The library uses default font size as 10px. Hence if you are planning to use 10px as base font size, you need to add the same to your code as well.
html,
body {
font-size: 10px;
}
If you wish to use any other base font-size apart from 10px, you need to add these following:
:root {
--BaseFontSize: <your font size>; /* number as integer without unit */
}
html,
body {
font-size: <your font size>; /* number with unit */
}
For a full list of components available & it's detailed documentation, checkout our Storybook.
If you're looking for @gofynd/nitrozen-react API documentation, check out:
Licensed under the Apache 2.0 License
FAQs
React component library inspired by Nitrozen
We found that @gofynd/nitrozen-react demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 12 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
/Security News
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.