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.13 to 5.0.14

17

react-helmet/index.d.ts

@@ -9,10 +9,15 @@ // Type definitions for react-helmet 5.0

// Yamagishi Kazutoshi <https://github.com/ykzts>
// Justin Hall <https://github.com/wKovacs64>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
import * as React from "react";
import * as React from 'react';
type HtmlProps = JSX.IntrinsicElements['html'];
type HtmlProps = JSX.IntrinsicElements['html'] & {
[key: string]: string;
};
type BodyProps = JSX.IntrinsicElements['body']
type BodyProps = JSX.IntrinsicElements['body'] & {
[key: string]: string;
};

@@ -40,7 +45,3 @@ type LinkProps = JSX.IntrinsicElements['link'];

htmlAttributes?: HtmlProps;
onChangeClientState?: (
newState: any,
addedTags: HelmetTags,
removedTags: HelmetTags,
) => void;
onChangeClientState?: (newState: any, addedTags: HelmetTags, removedTags: HelmetTags) => void;
link?: LinkProps[];

@@ -47,0 +48,0 @@ meta?: MetaProps[];

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

@@ -36,2 +36,7 @@ "license": "MIT",

"githubUsername": "ykzts"
},
{
"name": "Justin Hall",
"url": "https://github.com/wKovacs64",
"githubUsername": "wKovacs64"
}

@@ -50,4 +55,4 @@ ],

},
"typesPublisherContentHash": "655a29115386cf45453743d52d83460febf2bf0fec2d78e2c68d4dece802a41c",
"typesPublisherContentHash": "306faec03ea48d503c03198b67e8b36b0a96512b179dd257299197ce43129a3d",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Tue, 22 Oct 2019 20:42:52 GMT
* Last updated: Wed, 30 Oct 2019 18:52:14 GMT
* Dependencies: @types/react

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Evan Bremer <https://github.com/evanbb>, Isman Usoh <https://github.com/isman-usoh>, François Nguyen <https://github.com/lith-light-g>, Kok Sam <https://github.com/sammkj>, Yui T. <https://github.com/yuit>, and Yamagishi Kazutoshi <https://github.com/ykzts>.
These definitions were written by Evan Bremer <https://github.com/evanbb>, Isman Usoh <https://github.com/isman-usoh>, François Nguyen <https://github.com/lith-light-g>, Kok Sam <https://github.com/sammkj>, Yui T. <https://github.com/yuit>, Yamagishi Kazutoshi <https://github.com/ykzts>, and Justin Hall <https://github.com/wKovacs64>.
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