react-otpcode-input
Advanced tools
Comparing version 0.1.11 to 0.1.12
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2713
24