New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@beisen-phoenix/mobile-input

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@beisen-phoenix/mobile-input - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

lib/index.d.ts
import React from 'react';
interface InputProps {
className?: string;
prefixCls?: string;
labelText?: string;

@@ -5,0 +5,0 @@ value?: any;

@@ -53,3 +53,3 @@ import "core-js/modules/es6.object.assign";

var Input = function Input(props) {
var className = props.className,
var prefixCls = props.prefixCls,
labelText = props.labelText,

@@ -63,3 +63,3 @@ required = props.required,

onFocus = props.onFocus,
others = __rest(props, ["className", "labelText", "required", "readOnly", "helpIcon", "onClickHelp", "rightEl", "hasError", "onFocus"]);
others = __rest(props, ["prefixCls", "labelText", "required", "readOnly", "helpIcon", "onClickHelp", "rightEl", "hasError", "onFocus"]);

@@ -86,3 +86,3 @@ var _a = useState(hasError),

rightEl: rightEl,
className: className,
prefixCls: prefixCls,
hasError: showError

@@ -89,0 +89,0 @@ };

{
"name": "@beisen-phoenix/mobile-input",
"version": "0.0.3",
"version": "0.0.4",
"description": "",

@@ -48,6 +48,6 @@ "main": "lib/index.js",

"dependencies": {
"@beisen-phoenix/mobile-field-box": "^1.0.5",
"@beisen-phoenix/mobile-inner-input": "0.0.3",
"@beisen-phoenix/mobile-field-box": "^1.0.10",
"@beisen-phoenix/mobile-inner-input": "0.0.4",
"@beisen-phoenix/mobile-style-token": "^1.0.5"
}
}
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