Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/reflux

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/reflux - npm Package Compare versions

Comparing version 6.4.3 to 6.4.4

6

reflux/index.d.ts

@@ -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`

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