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.24 to 5.0.25

18

react-helmet v5.0/index.d.ts

@@ -16,8 +16,8 @@ import * as React from "react";

export interface HelmetTags {
baseTag: Array<any>;
linkTags: Array<HTMLLinkElement>;
metaTags: Array<HTMLMetaElement>;
noscriptTags: Array<any>;
scriptTags: Array<HTMLScriptElement>;
styleTags: Array<HTMLStyleElement>;
baseTag: any[];
linkTags: HTMLLinkElement[];
metaTags: HTMLMetaElement[];
noscriptTags: any[];
scriptTags: HTMLScriptElement[];
styleTags: HTMLStyleElement[];
}

@@ -37,5 +37,5 @@

meta?: MetaProps[] | undefined;
noscript?: Array<any> | undefined;
script?: Array<any> | undefined;
style?: Array<any> | undefined;
noscript?: any[] | undefined;
script?: any[] | undefined;
style?: any[] | undefined;
title?: string | undefined;

@@ -42,0 +42,0 @@ titleAttributes?: Object | undefined;

{
"name": "@types/react-helmet",
"version": "5.0.24",
"version": "5.0.25",
"description": "TypeScript definitions for react-helmet",

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

},
"typesPublisherContentHash": "0194af1938822369c57bd0b0bda9b2ec87ddd2987c38828e3772785b93403802",
"typesPublisherContentHash": "1dfa52e32348605553b5edb3228e4f842fdf973dd7642fc5d7f3781a5a254347",
"typeScriptVersion": "4.5"
}

@@ -26,8 +26,8 @@ # Installation

export interface HelmetTags {
baseTag: Array<any>;
linkTags: Array<HTMLLinkElement>;
metaTags: Array<HTMLMetaElement>;
noscriptTags: Array<any>;
scriptTags: Array<HTMLScriptElement>;
styleTags: Array<HTMLStyleElement>;
baseTag: any[];
linkTags: HTMLLinkElement[];
metaTags: HTMLMetaElement[];
noscriptTags: any[];
scriptTags: HTMLScriptElement[];
styleTags: HTMLStyleElement[];
}

@@ -47,5 +47,5 @@

meta?: MetaProps[] | undefined;
noscript?: Array<any> | undefined;
script?: Array<any> | undefined;
style?: Array<any> | undefined;
noscript?: any[] | undefined;
script?: any[] | undefined;
style?: any[] | undefined;
title?: string | undefined;

@@ -100,3 +100,3 @@ titleAttributes?: Object | undefined;

### Additional Details
* Last updated: Tue, 07 Nov 2023 20:08:00 GMT
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

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