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

react-tag-input

Package Overview
Dependencies
Maintainers
3
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-tag-input - npm Package Compare versions

Comparing version 6.10.0 to 6.10.1-test

dist/components/ClearAllTags.d.ts

11

package.json
{
"name": "react-tag-input",
"version": "6.10.0",
"version": "6.10.1-test",
"type": "module",

@@ -8,3 +8,3 @@ "description": "React tags is a fantastically simple tagging component for your React projects",

"module": "./dist/index.min.js",
"types": "./types/index.d.ts",
"types": "./dist/index.d.ts",
"exports": {

@@ -16,8 +16,7 @@ ".": {

"production": "./dist/index.min.js",
"types": "./types/index.d.ts"
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"types"
"dist"
],

@@ -46,3 +45,3 @@ "funding": {

"commit": "git-cz",
"gen:types": "rm -rf types && tsc -b src --emitDeclarationOnly"
"gen:types": "tsc -b src --emitDeclarationOnly"
},

@@ -49,0 +48,0 @@ "keywords": [

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