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

@app-garage/text-input

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@app-garage/text-input - npm Package Compare versions

Comparing version 1.3.0 to 2.0.0

6

CHANGELOG.md
# Change Log
## 2.0.0
### Major Changes
- [`510016d`](https://github.com/electronic33/ag-ui-react/commit/510016d5a426a918e11c9f5865a6050e25b231db) Thanks [@Levi1235](https://github.com/Levi1235)! - drawer & date input classes
## 1.3.0

@@ -4,0 +10,0 @@

3

dist/src/text-input.d.ts
import React from 'react';
import { TextFieldInputProps, TextFormikProps } from './input-hooks';
declare type TextInputProps = {
export declare type TextInputProps = {
id?: string;

@@ -36,3 +36,2 @@ label?: string;

export declare const TextInput: React.ForwardRefExoticComponent<TextInputProps & React.RefAttributes<HTMLInputElement>>;
export {};
//# sourceMappingURL=text-input.d.ts.map
{
"name": "@app-garage/text-input",
"version": "1.3.0",
"version": "2.0.0",
"author": "Matyas Furtos",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

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