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.14 to 5.0.15

12

react-helmet/index.d.ts

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

type HtmlProps = JSX.IntrinsicElements['html'] & {
[key: string]: string;
};
interface OtherElementAttributes {
[key: string]: string | number | boolean | null | undefined;
}
type BodyProps = JSX.IntrinsicElements['body'] & {
[key: string]: string;
};
type HtmlProps = JSX.IntrinsicElements['html'] & OtherElementAttributes;
type BodyProps = JSX.IntrinsicElements['body'] & OtherElementAttributes;
type LinkProps = JSX.IntrinsicElements['link'];

@@ -25,0 +25,0 @@

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

@@ -44,3 +44,3 @@ "license": "MIT",

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -55,4 +55,4 @@ "type": "git",

},
"typesPublisherContentHash": "306faec03ea48d503c03198b67e8b36b0a96512b179dd257299197ce43129a3d",
"typesPublisherContentHash": "839f206f646ea3f4a8856866c89c7527ff040b370b55c52ef06f8182a764c71f",
"typeScriptVersion": "2.8"
}

@@ -8,10 +8,10 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-helmet
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-helmet.
Additional Details
* Last updated: Wed, 30 Oct 2019 18:52:14 GMT
* Dependencies: @types/react
### Additional Details
* Last updated: Fri, 03 Jan 2020 23:18:13 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)
* 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>, Yamagishi Kazutoshi <https://github.com/ykzts>, and Justin Hall <https://github.com/wKovacs64>.
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