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 6.0.0 to 6.1.0

10

react-helmet/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for react-helmet 6.0
// Type definitions for react-helmet 6.1
// Project: https://github.com/nfl/react-helmet

@@ -11,2 +11,3 @@ // Definitions by: Evan Bremer <https://github.com/evanbb>

// Andriy2 <https://github.com/Andriy2>
// Piotr Błażejewicz <https://github.com/peterblazejewicz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -57,3 +58,3 @@ // TypeScript Version: 2.8

export class Helmet extends React.Component<HelmetProps> {
declare class Helmet extends React.Component<HelmetProps> {
static peek(): HelmetData;

@@ -65,2 +66,7 @@ static rewind(): HelmetData;

declare const HelmetExport: typeof Helmet;
export { HelmetExport as Helmet };
export default HelmetExport;
export interface HelmetData {

@@ -67,0 +73,0 @@ base: HelmetDatum;

11

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

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

"githubUsername": "Andriy2"
},
{
"name": "Piotr Błażejewicz",
"url": "https://github.com/peterblazejewicz",
"githubUsername": "peterblazejewicz"
}

@@ -60,4 +65,4 @@ ],

},
"typesPublisherContentHash": "d2bd65e0cb32f9d23c4d7407725584c9f209e5b4f370d53e52df1bf4e1104475",
"typeScriptVersion": "2.9"
"typesPublisherContentHash": "0e4ab5e9aa40c2b48c93163f04a503e7f45424052bd9368d02f36b67a5652d6a",
"typeScriptVersion": "3.0"
}

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

### Additional Details
* Last updated: Tue, 12 May 2020 17:50:17 GMT
* Last updated: Mon, 03 Aug 2020 19:28:00 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@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), [Yamagishi Kazutoshi](https://github.com/ykzts), [Justin Hall](https://github.com/wKovacs64), and [Andriy2](https://github.com/Andriy2).
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), [Justin Hall](https://github.com/wKovacs64), [Andriy2](https://github.com/Andriy2), and [Piotr Błażejewicz](https://github.com/peterblazejewicz).
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