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.0 to 5.0.1

react-helmet/LICENSE

16

react-helmet/index.d.ts
// Type definitions for react-helmet 5.0
// Project: https://github.com/nfl/react-helmet
// Definitions by: Evan Bremer <https://github.com/evanbb>, Isman Usoh <https://github.com/isman-usoh>, François Nguyen <https://github.com/lith-light-g>
// Definitions 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>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -10,6 +10,16 @@ // TypeScript Version: 2.1

interface HelmetProps {
base?: any;
bodyAttributes?: Object;
defaultTitle?: string;
encodeSpecialCharacters?: boolean;
htmlAttributes?: any;
onChangeClientState?: (newState: any) => void;
link?: Array<any>;
meta?: Array<any>;
noscript?: Array<any>;
script?: Array<any>;
style?: Array<any>;
title?: string;
titleAttributes?: Object;
titleTemplate?: string;
defaultTitle?: string;
onChangeClientState?: (nextState: any) => any
}

@@ -16,0 +26,0 @@

8

react-helmet/package.json
{
"name": "@types/react-helmet",
"version": "5.0.0",
"version": "5.0.1",
"description": "TypeScript definitions for react-helmet",

@@ -18,2 +18,6 @@ "license": "MIT",

"url": "https://github.com/lith-light-g"
},
{
"name": "Kok Sam",
"url": "https://github.com/sammkj"
}

@@ -31,4 +35,4 @@ ],

"peerDependencies": {},
"typesPublisherContentHash": "fff5c8940fcec7a53cdc5beb050beb8f6c16660cdbd93e1df53cdb22d70cce6d",
"typesPublisherContentHash": "5b2192c61377f55098eaf3e35f499d859616a8f96167f368688b21700e89b43e",
"typeScriptVersion": "2.1"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/react-helmet
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-helmet
Additional Details
* Last updated: Wed, 29 Mar 2017 18:32:03 GMT
* Last updated: Tue, 18 Apr 2017 15:11:46 GMT
* Dependencies: 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>.
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>.
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