@types/reflux
Advanced tools
Comparing version 6.4.3 to 6.4.4
@@ -8,3 +8,3 @@ // Type definitions for RefluxJS 6.4 | ||
import * as React from 'react'; | ||
import * as React from "react"; | ||
@@ -58,3 +58,5 @@ export as namespace Reflux; | ||
export class PureComponent<TOfStore extends typeof Store = typeof Store, P = any, S = any, SS = any> extends React.PureComponent<P, S, SS> { | ||
export class PureComponent<TOfStore extends typeof Store = typeof Store, P = any, S = any, SS = any> | ||
extends React.PureComponent<P, S, SS> | ||
{ | ||
store: TOfStore; | ||
@@ -61,0 +63,0 @@ stores: TOfStore[]; |
{ | ||
"name": "@types/reflux", | ||
"version": "6.4.3", | ||
"version": "6.4.4", | ||
"description": "TypeScript definitions for RefluxJS", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/reflux", | ||
}, | ||
"typesPublisherContentHash": "e63ebbfc969801dd212f6aa06387a5897794e3e639190e584cd19e99ba5f04fb", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "f432a4022943e65f0274debdb62084a74c8a229177755112f053b9fd3f07e517", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 22:41:56 GMT | ||
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,0 @@ * Global values: `Reflux` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5823
80