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.0 to 1.0.1

4

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

@@ -6,0 +6,0 @@ "clean": "rimraf *.d.ts *.js *.map *.metadata.json src/**/*.d.ts src/**/*.js src/**/*.map src/**/*.metadata.json src/**/*.js.map",

@@ -1,13 +0,13 @@

## BotDetect Angular Captcha Module
## BotDetect Captcha Angular Module (TypeScript / Angular 2+)
### Requirements:
Angular Captcha module requires Captcha library to generate image&sound Captcha challenges. Currently, it works with [BotDetect Java Captcha library](https://captcha.com/java-captcha.html), but ASP.NET and PHP libraries are coming soon.
Captcha Angular module requires Captcha library to generate image&sound Captcha challenges. Currently, it works with [BotDetect Java Captcha library](https://captcha.com/java-captcha.html), but ASP.NET and PHP libraries are coming soon.
### Quickstart:
##### Step 1: Install Angular Captcha Module
##### Step 1: Install Captcha Angular Module
```
npm install angular-captcha --save
```
##### Step 2: Load Angular Captcha Module
##### Step 2: Load Captcha Angular Module
If you use SystemJS, declare the following in your SystemJS config file:

@@ -26,3 +26,3 @@ ```

```
##### Step 3: Declare Angular Captcha Module
##### Step 3: Declare Captcha Angular Module
```

@@ -29,0 +29,0 @@ import { BotDetectCaptchaModule } from 'angular-captcha';

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