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

@yandex/smart-captcha

Package Overview
Dependencies
Maintainers
7
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yandex/smart-captcha - npm Package Compare versions

Comparing version 1.7.1 to 1.7.2

build/components/index.d.ts

3

components/InvisibleSmartCaptcha.js

@@ -36,3 +36,2 @@ "use strict";

const useSmartCaptcha_1 = require("../hooks/useSmartCaptcha");
const style = { height: 102 };
const InvisibleSmartCaptcha = (props) => {

@@ -76,4 +75,4 @@ const containerRef = react_1.useRef(null);

}, [onSuccess, subscribe]);
return react_1.default.createElement("div", { ref: containerRef, className: "smart-captcha", style: style });
return react_1.default.createElement("div", { ref: containerRef, className: "smart-captcha" });
};
exports.InvisibleSmartCaptcha = InvisibleSmartCaptcha;
{
"name": "@yandex/smart-captcha",
"version": "1.7.1",
"version": "1.7.2",
"main": "index.js",

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

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