Socket
Socket
Sign inDemoInstall

@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.10 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.10",
"version": "6.1.11",
"description": "TypeScript definitions for react-helmet",

@@ -50,4 +50,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-helmet",

},
"typesPublisherContentHash": "521478dddb80e45df3bbda779780f159773b99dc20e77d517aee8793f1a10010",
"typesPublisherContentHash": "36642c9720eded9a7e2eed6b4e95920e8f41ca20fc772cf0d61b686ef8791e4f",
"typeScriptVersion": "4.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Mon, 04 Dec 2023 20:35:43 GMT
* Last updated: Tue, 05 Dec 2023 19:06:50 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -14,0 +14,0 @@

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