react-helmet-async
Advanced tools
Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "react-helmet-async", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "Thread-safe Helmet for React 16+ and friends", | ||
@@ -49,4 +49,3 @@ "sideEffects": false, | ||
"peerDependencies": { | ||
"react": "^16.6.0 || ^17.0.0 || ^18.0.0", | ||
"react-dom": "^16.6.0 || ^17.0.0 || ^18.0.0" | ||
"react": "^16.6.0 || ^17.0.0 || ^18.0.0" | ||
}, | ||
@@ -53,0 +52,0 @@ "scripts": { |
@@ -174,3 +174,3 @@ # react-helmet-async | ||
A list of prioritized tags and attributes can be found in [constants.js](./src/constants.js). | ||
A list of prioritized tags and attributes can be found in [constants.ts](./src/constants.ts). | ||
@@ -177,0 +177,0 @@ ## Usage without Context |
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
4
86319