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.8 to 5.0.9

11

react-helmet/index.d.ts

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

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

@@ -22,3 +31,3 @@ async?: boolean;

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

@@ -25,0 +34,0 @@ meta?: MetaProps[];

7

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

@@ -37,3 +37,4 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/react-helmet"
},

@@ -44,4 +45,4 @@ "scripts": {},

},
"typesPublisherContentHash": "ecfc3e80cdd52e61ce631cbb3f81fc82c38ca0c2b09060246d5b3574ac0ed528",
"typesPublisherContentHash": "da5622e02a6d28ee0dd674b30f0e87d9c41247452f99160be003498481d0a2ee",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Mon, 31 Dec 2018 18:46:29 GMT
* Last updated: Mon, 05 Aug 2019 18:41:44 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>.
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>, and Yui T. <https://github.com/yuit>.
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