Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-otpcode-input

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-otpcode-input - npm Package Compare versions

Comparing version 0.1.11 to 0.1.12

4

index.js

@@ -13,5 +13,7 @@ "use strict";

///@ts-check
var OtpInput = _react["default"].createElement(_react["default"].Fragment, null, _react["default"].createElement("div", null, "OTP"));
var OtpInput = function OtpInput() {
return _react["default"].createElement(_react["default"].Fragment, null, _react["default"].createElement("div", null, "OTP"));
};
var _default = OtpInput;
exports["default"] = _default;

@@ -5,8 +5,10 @@ ///@ts-check

const OtpInput = (
<>
<div>OTP</div>
</>
);
const OtpInput = () => {
return (
<>
<div>OTP</div>
</>
);
};
export default OtpInput;
{
"name": "react-otpcode-input",
"version": "0.1.11",
"version": "0.1.12",
"description": "OTP Input Component",

@@ -5,0 +5,0 @@ "main": "index.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