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.2 to 0.1.3

10

lib/index.js
///@ts-check
Object.defineProperty(exports, "__esModule", {
value: true
});
import React from "react";
// import React from "react";
const OTPInput = () => {

@@ -12,3 +9,4 @@ return <div>OTP</div>;

// export default OTPInput;
exports.default = OTPInput;
module.exports = {
OTPInput
};

6

package.json
{
"name": "react-otpcode-input",
"version": "0.1.2",
"version": "0.1.3",
"description": "OTP Input Component",

@@ -22,3 +22,5 @@ "main": "index.js",

"homepage": "https://github.com/omegaspn/otp-input#readme",
"dependencies": {},
"dependencies": {
"@types/node": "^13.7.4"
},
"peerDependencies": {

@@ -25,0 +27,0 @@ "react": "^16.2.0",

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