Socket
Socket
Sign inDemoInstall

ringcaptcha-es6

Package Overview
Dependencies
52
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.4 to 1.2.0

2

index.js

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

init: (app_key, api_key, secret_ket) => {
rc = new RingCaptcha(app_key, api_key, secret_ket, {});
rc = new RingCaptchaClient(app_key, api_key, secret_ket, {});
return rc;

@@ -208,0 +208,0 @@ },

{
"name": "ringcaptcha-es6",
"version": "1.1.4",
"version": "1.2.0",
"description": "Node.js wrapper for the RingCaptcha API using ECMAScript 6 and Promises",

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

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