
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
react-use-system-color-mode
Advanced tools
[Check out the example on **CodeSandbox**](https://codesandbox.io/s/condescending-jennings-59h6r?file=/src/styles.css)
npm i react-use-system-color-mode
A React hook for retrieving the system color mode. It is SSR compatible, built with TypeScript and listens to live changes of the system preference.
Check out the example on CodeSandbox
import { useSystemColorMode } from 'react-use-system-color-mode'
const Example = () => {
const colorMode = useColorMode();
return (
<div>
<h2>Your color Mode is {colorMode}</h2>
</div>
);
};
Returns the current color mode of the users OS. Returns dark
or light
. On the server it always returns dark
.
'dark' | 'light'
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE
for more information.
Johannes Klauss - @JohannesKlauss - klauss.johannes@gmail.com
Project Link: https://github.com/JohannesKlauss/react-use-system-color-mode
Basis of this package is the react-use-color-mode which is not maintained anymore.
FAQs
[Check out the example on **CodeSandbox**](https://codesandbox.io/s/condescending-jennings-59h6r?file=/src/styles.css)
The npm package react-use-system-color-mode receives a total of 1 weekly downloads. As such, react-use-system-color-mode popularity was classified as not popular.
We found that react-use-system-color-mode 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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.