🚀 Socket Launch Week 🚀 Day 2: Introducing Repository Labels and Security Policies.Learn More →

@types/reflux

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/reflux - npm Package Compare versions

Comparing version

to
0.4.4

@@ -1,6 +0,1 @@

// Type definitions for RefluxJS 0.4
// Project: https://github.com/reflux/refluxjs
// Definitions by: Maurice de Beijer <https://github.com/mauricedb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export as namespace Reflux;

@@ -7,0 +2,0 @@

{
"name": "@types/reflux",
"version": "0.4.3",
"description": "TypeScript definitions for RefluxJS",
"version": "0.4.4",
"description": "TypeScript definitions for reflux",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/reflux",

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

"name": "Maurice de Beijer",
"url": "https://github.com/mauricedb",
"githubUsername": "mauricedb"
"githubUsername": "mauricedb",
"url": "https://github.com/mauricedb"
}

@@ -24,4 +24,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "2d069a14c685083a3b9afd98544d3f3b3ad7bfb8edb2b890cce8c9f4e70bc2db",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "67bee49c58439e751bad0557141d8a29658b9381837cc38b189987d92ebd2809",
"typeScriptVersion": "4.5"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for RefluxJS (https://github.com/reflux/refluxjs).
This package contains type definitions for reflux (https://github.com/reflux/refluxjs).

@@ -12,7 +12,2 @@ # Details

````ts
// Type definitions for RefluxJS 0.4
// Project: https://github.com/reflux/refluxjs
// Definitions by: Maurice de Beijer <https://github.com/mauricedb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export as namespace Reflux;

@@ -76,7 +71,6 @@

### Additional Details
* Last updated: Thu, 08 Jul 2021 22:41:56 GMT
* Last updated: Wed, 18 Oct 2023 11:45:06 GMT
* Dependencies: none
* Global values: `Reflux`
# Credits
These definitions were written by [Maurice de Beijer](https://github.com/mauricedb).