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.4.0 to 0.5.0

4

index.js

@@ -9,5 +9,5 @@ /* jshint node: true */

var content = '';
if (type === 'head') {
if (type === 'body-footer') {
var src = 'https://www.google.com/recaptcha/api.js?render=explicit';
content = '<script type="text/javascript" src="'+src+'"></script>';
content = '<script type="text/javascript" src="'+src+'" async></script>';
}

@@ -14,0 +14,0 @@ return content;

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

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

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