
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
react-use-less
Advanced tools
useLess is an useless react hook
Install:
npm i react-use-less
# or use yarn
yarn add react-use-less
Import it!
import useLess from 'react-use-less';
const MyComponent = () => {
useLess(); // 💁♂️
};
useLess can be used through CDN:
<!-- import react-use-less(choose one) -->
<script crossorigin src="https://cdn.jsdelivr.net/npm/react-use-less"></script>
<script
crossorigin
src="https://cdn.jsdelivr.net/npm/react-use-less/umd/use-less.min.js"
></script>
<script crossorigin src="https://unpkg.com/react-use-less"></script>
<script
crossorigin
src="https://unpkg.com/react-use-less/umd/use-less.min.js"
></script>
<!-- Also works for module -->
<script type="module">
// choose one
import useLess from 'https://cdn.jsdelivr.net/npm/react-use-less/esm/use-less.js';
import useLess from 'https://unpkg.com/react-use-less/esm/use-less.js';
// ...
</script>
MIT
FAQs
useLess is useless
The npm package react-use-less receives a total of 3 weekly downloads. As such, react-use-less popularity was classified as not popular.
We found that react-use-less 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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.