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

react-tag-autocomplete

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-tag-autocomplete - npm Package Compare versions

Comparing version 7.4.0 to 7.5.0

example/src/countries.d.ts

4

changelog.md
# Changelog
## v7.5.0
- Added support for React v19
## v7.4.0

@@ -4,0 +8,0 @@

14

package.json
{
"name": "react-tag-autocomplete",
"version": "7.4.0",
"version": "7.5.0",
"description": "A simple, accessible, tagging component ready to drop into your React projects.",

@@ -15,3 +15,3 @@ "main": "dist/ReactTags.cjs.js",

"lint": "eslint",
"format": "prettier --write '**/*.{ts,tsx,js,jsx,json,yml}'",
"format": "prettier $([ $CI ] && echo '--check' || echo '--write') '**/*.{js,jsx,ts,tsx,json,yml}'",
"spec": "vitest run",

@@ -51,12 +51,12 @@ "coverage": "vitest run --coverage",

"dts-bundle-generator": "^8.1.2",
"eslint": "^9.11.0",
"eslint-plugin-react-hooks": "^5.1.0-rc",
"eslint": "^9.16.0",
"eslint-plugin-react-hooks": "^5.1.0",
"husky": "^8.0.2",
"jsdom": "^25.0.0",
"lint-staged": "^15.2.0",
"prettier": "^3.1.0",
"prettier": "^3.4.2",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"typescript": "^5.4.5",
"typescript-eslint": "^8.7.0",
"typescript-eslint": "^8.18.0",
"vite": "^5.4.10",

@@ -66,3 +66,3 @@ "vitest": "^2.1.5"

"peerDependencies": {
"react": "^18.0.0"
"react": "^18.0.0 || ^19.0.0"
},

@@ -69,0 +69,0 @@ "engines": {

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