New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hcaptcha/vue-hcaptcha

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hcaptcha/vue-hcaptcha - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

8

__tests__/vue-hcaptcha.test.js

@@ -49,2 +49,10 @@ import {mount, shallowMount} from '@vue/test-utils';

test('has onOpen function', () => {
expect(typeof VueHcaptcha.methods.onOpen).toBe('function')
})
test('has onClose function', () => {
expect(typeof VueHcaptcha.methods.onClose).toBe('function')
})
test('has execute function', () => {

@@ -51,0 +59,0 @@ expect(typeof VueHcaptcha.methods.execute).toBe('function')

2

package.json
{
"name": "@hcaptcha/vue-hcaptcha",
"version": "0.2.3",
"version": "0.2.4",
"main": "./src/main.js",

@@ -5,0 +5,0 @@ "author": "hCaptcha team and contributors",

@@ -53,2 +53,4 @@ # Vue.js hCaptcha Component Library

- `@error="onError"` (The captcha will automatically reset on error)
- `@opened="onOpened"`
- `@closed="onClosed"`

@@ -55,0 +57,0 @@ ### FAQ

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc