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

@types/react-helmet

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-helmet - npm Package Compare versions

Comparing version 6.1.8 to 6.1.11

8

react-helmet/index.d.ts

@@ -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).
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