New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

reaptcha

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reaptcha - npm Package Compare versions

Comparing version 1.2.0-beta.0 to 1.2.0

9

CHANGELOG.md

@@ -6,10 +6,13 @@ # Change Log

<a name="1.2.0-beta.0"></a>
# [1.2.0-beta.0](https://github.com/sarneeh/reaptcha/compare/v1.1.0...v1.2.0-beta.0) (2018-06-14)
<a name="1.2.0"></a>
# [1.2.0](https://github.com/sarneeh/reaptcha/compare/v1.1.0...v1.2.0) (2018-07-04)
### Features
* **render:** language support with `hl` ([7bd5e90](https://github.com/sarneeh/reaptcha/commit/7bd5e90))
**Note:** Version bump only for package reaptcha
<a name="1.1.0"></a>

@@ -16,0 +19,0 @@ # [1.1.0](https://github.com/sarneeh/reaptcha/compare/v1.0.0...v1.1.0) (2018-06-13)

@@ -10,3 +10,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

root["Reaptcha"] = factory(root["React"]);
})(global, function(__WEBPACK_EXTERNAL_MODULE__0__) {
})(window, function(__WEBPACK_EXTERNAL_MODULE__0__) {
return /******/ (function(modules) { // webpackBootstrap

@@ -252,3 +252,4 @@ /******/ // The module cache

'error-callback': _this4.props.onError,
isolated: isInvisible ? _this4.props.isolated : null
isolated: isInvisible ? _this4.props.isolated : null,
hl: isInvisible ? null : _this4.props.hl
});

@@ -324,3 +325,4 @@

inject: true,
isolated: false
isolated: false,
hl: ''
};

@@ -327,0 +329,0 @@ exports.default = Reaptcha;

@@ -10,3 +10,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

root["Reaptcha"] = factory(root["React"]);
})(global, function(__WEBPACK_EXTERNAL_MODULE__0__) {
})(window, function(__WEBPACK_EXTERNAL_MODULE__0__) {
return /******/ (function(modules) { // webpackBootstrap

@@ -252,3 +252,4 @@ /******/ // The module cache

'error-callback': _this4.props.onError,
isolated: isInvisible ? _this4.props.isolated : null
isolated: isInvisible ? _this4.props.isolated : null,
hl: isInvisible ? null : _this4.props.hl
});

@@ -324,3 +325,4 @@

inject: true,
isolated: false
isolated: false,
hl: ''
};

@@ -327,0 +329,0 @@ exports.default = Reaptcha;

{
"name": "reaptcha",
"version": "1.2.0-beta.0",
"version": "1.2.0",
"description": "Google reCAPTCHA for React",

@@ -5,0 +5,0 @@ "repository": "git@github.com:sarneeh/reaptcha.git",

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