You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

resizable-textfield

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resizable-textfield - npm Package Compare versions

Comparing version

to
1.0.8

2

package.json
{
"name": "resizable-textfield",
"version": "1.0.7",
"version": "1.0.8",
"private": false,

@@ -5,0 +5,0 @@ "description": "A resizable texfield",

@@ -23,2 +23,9 @@ # resizable-textfield

};
```
```
#### Props
- `value (String)`: Initial value (Optional) *
- `placeholder (String)`: Placeholder (Optional) *
- `styles (Object)`: Custom styles (Optional)
(*) At least one of this fields must be passed or an exception will be thrown.