
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
recaptcha-library
Advanced tools
First, you need import VueReCaptcha in your app and install it, because of vue-recaptcha-v3 is plugin
Secondly, you can use useRecaptchaV3 composable in any of your components, where you need recaptcha v3.
useRecaptchaV3 contain lifecycle hooks:
onMounted (where the interval with getting the token starts)
onUnmounted (where this interval stops)
We have this package deployed in our package registry
To install it to your project, from the root level of your project:
npm config set -- //gitlab.com/:_authToken=your_token (authToken is your personal access token from Gitlab account)
npm config set -- //gitlab.com/api/v4/projects/43545909/packages/npm/:_authToken=your_token
.npmrc file in the root of the project and paste this@silverbird:registry=https://gitlab.com/api/v4/projects/43545909/packages/npm/
npm i @silverbird/recaptcha-libraryFAQs
Unknown package
The npm package recaptcha-library receives a total of 0 weekly downloads. As such, recaptcha-library popularity was classified as not popular.
We found that recaptcha-library demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

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.