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.7 to 0.1.8

2

index.d.ts

@@ -1,1 +0,1 @@

export function OtpInput(props: any): any;
export function OtpInput(): any;

@@ -8,6 +8,6 @@ "use strict";

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

@@ -5,6 +5,6 @@ ///@ts-check

const OtpInput = numberOfInputs => {
const OtpInput = () => {
return (
<>
<div>{numberOfInputs}</div>
{/* <div>{numberOfInputs}</div> */}
<div>OTP</div>

@@ -11,0 +11,0 @@ </>

{
"name": "react-otpcode-input",
"version": "0.1.7",
"version": "0.1.8",
"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