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.1 to 1.1.2

4

lib/RingCaptcha.js

@@ -45,4 +45,4 @@ "use strict";

i = available_locales.indexOf(lang);
if (i < 0 && country && available_locales.indexOf(lang + _ + country) >= 0) {
i = available_locales.indexOf(lang + _ + country);
if (i < 0 && country && available_locales.indexOf(lang + '_' + country) >= 0) {
i = available_locales.indexOf(lang + '_' + country);
}

@@ -49,0 +49,0 @@ use = i >= 0 ? available_locales[i] : 'en';

{
"name": "ringcaptcha-es6",
"version": "1.1.1",
"version": "1.1.2",
"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