@types/react-helmet
Advanced tools
Comparing version 6.1.8 to 6.1.11
@@ -7,9 +7,9 @@ import * as React from "react"; | ||
type HtmlProps = JSX.IntrinsicElements["html"] & OtherElementAttributes; | ||
type HtmlProps = React.JSX.IntrinsicElements["html"] & OtherElementAttributes; | ||
type BodyProps = JSX.IntrinsicElements["body"] & OtherElementAttributes; | ||
type BodyProps = React.JSX.IntrinsicElements["body"] & OtherElementAttributes; | ||
type LinkProps = JSX.IntrinsicElements["link"]; | ||
type LinkProps = React.JSX.IntrinsicElements["link"]; | ||
type MetaProps = JSX.IntrinsicElements["meta"]; | ||
type MetaProps = React.JSX.IntrinsicElements["meta"]; | ||
@@ -16,0 +16,0 @@ export interface HelmetTags { |
{ | ||
"name": "@types/react-helmet", | ||
"version": "6.1.8", | ||
"version": "6.1.11", | ||
"description": "TypeScript definitions for react-helmet", | ||
@@ -29,7 +29,2 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-helmet", | ||
{ | ||
"name": "Justin Hall", | ||
"githubUsername": "wKovacs64", | ||
"url": "https://github.com/wKovacs64" | ||
}, | ||
{ | ||
"name": "Andriy2", | ||
@@ -56,4 +51,4 @@ "githubUsername": "Andriy2", | ||
}, | ||
"typesPublisherContentHash": "057c8d4489ccc3726b7255c757313a4029fd89ad5d43e770b24e3170d5f42cb3", | ||
"typeScriptVersion": "4.5" | ||
"typesPublisherContentHash": "36642c9720eded9a7e2eed6b4e95920e8f41ca20fc772cf0d61b686ef8791e4f", | ||
"typeScriptVersion": "4.6" | ||
} |
@@ -11,6 +11,6 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 18 Oct 2023 11:45:05 GMT | ||
* Last updated: Tue, 05 Dec 2023 19:06:50 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
# Credits | ||
These definitions were written by [Evan Bremer](https://github.com/evanbb), [Isman Usoh](https://github.com/isman-usoh), [Yui T.](https://github.com/yuit), [Yamagishi Kazutoshi](https://github.com/ykzts), [Justin Hall](https://github.com/wKovacs64), [Andriy2](https://github.com/Andriy2), and [Piotr Błażejewicz](https://github.com/peterblazejewicz). | ||
These definitions were written by [Evan Bremer](https://github.com/evanbb), [Isman Usoh](https://github.com/isman-usoh), [Yui T.](https://github.com/yuit), [Yamagishi Kazutoshi](https://github.com/ykzts), [Andriy2](https://github.com/Andriy2), and [Piotr Błażejewicz](https://github.com/peterblazejewicz). |
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
6153