New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

recaptcha-library

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

recaptcha-library

latest
npmnpm
Version
1.0.6
Version published
Weekly downloads
0
-100%
Maintainers
2
Weekly downloads
 
Created
Source

Recaptcha library

This is wrapper library with Recaptcha version 3 (using vue-recaptcha-v3)

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)

Gitlab Package Registry

We have this package deployed in our package registry

To install it to your project, from the root level of your project:

  • Authenticate to the Gitlab Package Registry

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

  • Create .npmrc file in the root of the project and paste this

@silverbird:registry=https://gitlab.com/api/v4/projects/43545909/packages/npm/

  • Run npm i @silverbird/recaptcha-library

Keywords

recaptcha

FAQs

Package last updated on 19 Feb 2024

Did you know?

Socket

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.

Install

Related posts