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

antd-tag-input

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

antd-tag-input - npm Package Compare versions

Comparing version 1.0.15 to 1.0.16

4

dist/index.d.ts

@@ -6,6 +6,6 @@ import React, { FC } from 'react';

placeholder?: string;
value?: string[];
onChange?: (value: string[]) => void;
value: string[];
onChange: (value: string[]) => void;
};
declare const TagInput: FC<TagInputProps>;
export default TagInput;
{
"name": "antd-tag-input",
"version": "1.0.15",
"version": "1.0.16",
"scripts": {

@@ -5,0 +5,0 @@ "dev": "vite --open",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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