Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@kyloc20/mymui-react-textfield

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

@kyloc20/mymui-react-textfield - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

3

build/TextField/TextField.js
import React, { useState } from "react";
import { throttle } from "lodash";
import lodash from "lodash";
var throttle = lodash.throttle;
export default function TextField(props) {

@@ -4,0 +5,0 @@ var onChange = props.onChange, placeholder = props.placeholder, defaultValue = props.defaultValue, throttleTimeout = props.throttleTimeout, RenderIcon = props.renderIcon;

{
"name": "@kyloc20/mymui-react-textfield",
"description": "a TextField UI component made with React&Typescript",
"version": "0.1.3",
"version": "0.1.4",
"type": "module",

@@ -6,0 +6,0 @@ "main": "build/index.js",

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