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.9 to 5.0.10

8

react-helmet/index.d.ts

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

interface TagUpdates {
export interface HelmetTags {
baseTag: Array<any>;

@@ -31,3 +31,7 @@ linkTags: Array<HTMLLinkElement>;

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

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

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

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

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

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

Additional Details
* Last updated: Mon, 05 Aug 2019 18:41:44 GMT
* Last updated: Wed, 11 Sep 2019 05:55:47 GMT
* Dependencies: @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