react-tag-input
Advanced tools
Comparing version 6.10.0-patch to 6.10.0-patch1
{ | ||
"name": "react-tag-input", | ||
"version": "6.10.0-patch", | ||
"version": "6.10.0-patch1", | ||
"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": "./dist/index.d.ts", | ||
"types": "./types/index.d.ts", | ||
"exports": { | ||
@@ -16,7 +16,8 @@ ".": { | ||
"production": "./dist/index.min.js", | ||
"types": "./dist/index.d.ts" | ||
"types": "./types/index.d.ts" | ||
} | ||
}, | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"types" | ||
], | ||
@@ -45,3 +46,3 @@ "funding": { | ||
"commit": "git-cz", | ||
"gen:types": "tsc -b src --emitDeclarationOnly" | ||
"gen:types": "rm -rf types && tsc -b src --emitDeclarationOnly" | ||
}, | ||
@@ -48,0 +49,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
308066
2