New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.3 to 0.1.4

lib/index.d.ts

13

lib/index.js

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

const OTPInput = () => {
return <div>OTP</div>;
const OtpInput = numberOfInputs => {
return (
<>
<div>{numberOfInputs}</div>
<div>OTP</div>
</>
);
};
module.exports = {
OTPInput
};
exports.default = OtpInput;
{
"name": "react-otpcode-input",
"version": "0.1.3",
"version": "0.1.4",
"description": "OTP Input Component",
"main": "index.js",
"main": "lib/index.js",
"scripts": {

@@ -7,0 +7,0 @@ "test": "jest"

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