Socket
Socket
Sign inDemoInstall

ember-g-recaptcha

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-g-recaptcha - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

index.js

@@ -10,3 +10,3 @@ /* jshint node: true */

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

@@ -13,0 +13,0 @@ }

{
"name": "ember-g-recaptcha",
"version": "0.2.2",
"version": "0.2.3",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc