Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@hcaptcha/vue-hcaptcha
Advanced tools
## Description hCaptcha Component Library for Vue.js, compatible with Vue 2.0.
hCaptcha Component Library for Vue.js, compatible with Vue 2.0.
hCaptcha is an easy to use replacement for reCaptcha that helps monetize your website.
Sign up at hCaptcha to get your sitekey today. You need a sitekey to use this captcha solution.
You can install this library via npm with:
npm install vue-hcaptcha --save
or by including the library in a script tag
<script src="../vue-hcaptcha.js"></script>
<template>
<vue-hcaptcha :sitekey="**Your sitekey here**" root="**application_or_component_root_component**"></vue-hcaptcha>
</template>
The two required props are the sitekey and root component. The component will automatically include and load the hCaptcha API library and append it to the root component. This is designed for ease of use with the hCaptcha API!
Props include:
The component emits any events related to verification, and expiring. Simply catch these events in the parent component
ie: @verify="onVerify"
, @expired="onExpired"
, @error=onError
and handle the events as you choose. The captcha will automatically reset on
error, but still emit an error.
FAQs
hCaptcha Component Library for Vue.js. Compatible with Vue 2 and 3.
We found that @hcaptcha/vue-hcaptcha demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.