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.1.1 to 0.2.0

2

addon/components/g-recaptcha.js

@@ -6,2 +6,4 @@ import Ember from 'ember';

classNames: ['g-recaptcha'],
sitekey: Configuration.siteKey,

@@ -8,0 +10,0 @@

2

package.json
{
"name": "ember-g-recaptcha",
"version": "0.1.1",
"version": "0.2.0",
"description": "Easily integrate Google's reCaptcha in your app as an Ember Component",

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

@@ -6,4 +6,11 @@ # ember-g-recaptcha

## Configuration
## Install
Run the following command from inside your ember-cli project:
ember install ember-g-recaptcha
## Configure
You need to generate a valid Site Key / Secret Key pair on [Google's reCaptcha admin console](https://www.google.com/recaptcha/admin).

@@ -10,0 +17,0 @@ Then, you need to set your Site Key in the `ENV` var on your `config/environment.js` file, like this:

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