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

@matt-block/react-recaptcha-v2

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@matt-block/react-recaptcha-v2 - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

lib/index.esm.js

@@ -89,3 +89,3 @@ import React, { Component } from 'react';

var allScripts = Array.from(document.scripts);
var reCaptchaSrcPattern = /https:\/\/www.gstatic.com\/recaptcha\/api2\/.*.js$/;
var reCaptchaSrcPattern = /https:\/\/www.gstatic.com\/recaptcha\/releases\/.*.js$/;
var additionalScripts = allScripts.filter(function (script) {

@@ -92,0 +92,0 @@ return reCaptchaSrcPattern.test(script.src);

{
"name": "@matt-block/react-recaptcha-v2",
"version": "1.0.5",
"version": "1.0.6",
"description": "Google reCAPTCHA v2 React component that does not pollute the DOM",

@@ -5,0 +5,0 @@ "main": "lib/index.esm.js",

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