Socket
Socket
Sign inDemoInstall

angular-captcha

Package Overview
Dependencies
0
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.1.0

2

package.json
{
"name": "angular-captcha",
"version": "1.0.1",
"version": "1.1.0",
"description": "BotDetect Captcha Angular Module (TypeScript / Angular 2+)",

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

@@ -70,3 +70,3 @@ "use strict";

});
this.document.body.append(this.captchaHelper.scriptInclude(url, 'BDC_ScriptInclude'));
this.document.body.appendChild(this.captchaHelper.scriptInclude(url, 'BDC_ScriptInclude'));
};

@@ -93,3 +93,3 @@ /**

});
this.document.body.append(this.captchaHelper.scriptInclude(initScriptIncludeUrl, 'BDC_InitScriptInclude'));
this.document.body.appendChild(this.captchaHelper.scriptInclude(initScriptIncludeUrl, 'BDC_InitScriptInclude'));
};

@@ -96,0 +96,0 @@ return CaptchaComponent;

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc