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 5.0.25 to 5.0.26

8

react-helmet v5.0/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": "5.0.25",
"version": "5.0.26",
"description": "TypeScript definitions for react-helmet",

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

},
"typesPublisherContentHash": "1dfa52e32348605553b5edb3228e4f842fdf973dd7642fc5d7f3781a5a254347",
"typeScriptVersion": "4.5"
"typesPublisherContentHash": "741e32439a6bc8c506a62b8d41e38fc6b1de512a1c41d73547ca812e84c27286",
"typeScriptVersion": "4.6"
}

@@ -17,9 +17,9 @@ # Installation

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"];

@@ -99,3 +99,3 @@ export interface HelmetTags {

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

@@ -102,0 +102,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