Socket
Socket
Sign inDemoInstall

ember-g-recaptcha

Package Overview
Dependencies
1
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.0 to 0.6.0

3

addon/components/g-recaptcha.js

@@ -24,3 +24,4 @@ import Ember from 'ember';

'size',
'tabindex'
'tabindex',
'hl'
);

@@ -27,0 +28,0 @@ let parameters = Ember.merge(properties, {

{
"name": "ember-g-recaptcha",
"version": "0.5.0",
"version": "0.6.0",
"description": "Easily integrate Google's reCaptcha in your app as an Ember Component",

@@ -5,0 +5,0 @@ "directories": {

@@ -97,2 +97,3 @@ # ember-g-recaptcha

* `tabIndex`
* `hl`

@@ -99,0 +100,0 @@ Their meaning is described on [this official doc](https://developers.google.com/recaptcha/docs/display#render_param).

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc