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.4.2 to 1.5.0

8

CHANGELOG.md

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

<a name="1.5.0"></a>
# [1.5.0](https://github.com/sarneeh/reaptcha/compare/v1.4.2...v1.5.0) (2019-05-25)
### Bug Fixes
- **theme:** support invisible dark mode ([44c6c82](https://github.com/sarneeh/reaptcha/commit/44c6c82))
<a name="1.4.2"></a>

@@ -8,0 +16,0 @@

2

dist/index.js

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

sitekey: _this.props.sitekey,
theme: _this.state.invisible ? null : _this.props.theme,
theme: _this.props.theme,
size: _this.props.size,

@@ -261,0 +261,0 @@ badge: _this.state.invisible ? _this.props.badge : null,

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

sitekey: _this.props.sitekey,
theme: _this.state.invisible ? null : _this.props.theme,
theme: _this.props.theme,
size: _this.props.size,

@@ -261,0 +261,0 @@ badge: _this.state.invisible ? _this.props.badge : null,

{
"name": "reaptcha",
"version": "1.4.2",
"version": "1.5.0",
"description": "Google reCAPTCHA for React",

@@ -23,4 +23,3 @@ "repository": {

"webpack": "^4.17.1"
},
"gitHead": "c9cd4ac2c9bc38a0d0c1150e4319e3912e69b64b"
}
}
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