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.21 to 5.0.22

10

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

@@ -11,3 +11,3 @@ // Type definitions for react-helmet 5.0

import * as React from 'react';
import * as React from "react";

@@ -18,9 +18,9 @@ interface OtherElementAttributes {

type HtmlProps = JSX.IntrinsicElements['html'] & OtherElementAttributes;
type HtmlProps = JSX.IntrinsicElements["html"] & OtherElementAttributes;
type BodyProps = JSX.IntrinsicElements['body'] & OtherElementAttributes;
type BodyProps = JSX.IntrinsicElements["body"] & OtherElementAttributes;
type LinkProps = JSX.IntrinsicElements['link'];
type LinkProps = JSX.IntrinsicElements["link"];
type MetaProps = JSX.IntrinsicElements['meta'];
type MetaProps = JSX.IntrinsicElements["meta"];

@@ -27,0 +27,0 @@ export interface HelmetTags {

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

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

},
"typesPublisherContentHash": "f3f7c311734aa090a621daacb58bdbf8fa02ade220a21e3814eaca6a052f288d",
"typeScriptVersion": "4.1"
"typesPublisherContentHash": "c147146a05375b0d00f39e2bf72c80c6091ea23bf06101720aa7e2c39db7bf97",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Mon, 28 Nov 2022 20:03:08 GMT
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -14,0 +14,0 @@ * Global values: none

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