New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/redux

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/redux - npm Package Compare versions

Comparing version 3.3.20-alpha to 3.3.21-alpha

9

index.d.ts

@@ -6,2 +6,5 @@ // Type definitions for Redux v3.3.1

export = Redux;
export as namespace Redux;
declare namespace Redux {

@@ -49,6 +52,2 @@

function compose<T extends Function>(...functions: Function[]): T;
}
declare module "redux" {
export = Redux;
}
}
{
"name": "@types/redux",
"version": "3.3.20-alpha",
"version": "3.3.21-alpha",
"description": "TypeScript definitions for Redux v3.3.1",

@@ -8,2 +8,6 @@ "main": "",

"author": "William Buchwalter <https://github.com/wbuchwalter/>, Vincent Prouillet <https://github.com/Keats/>",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"license": "MIT",

@@ -10,0 +14,0 @@ "typings": "index.d.ts",

@@ -11,4 +11,4 @@ # Installation

Additional Details
* Last updated: Wed, 25 May 2016 04:20:33 GMT
* File structure: OldUMD
* Last updated: Fri, 01 Jul 2016 18:42:32 GMT
* File structure: UMD
* Library Dependencies: none

@@ -15,0 +15,0 @@ * Module Dependencies: none

@@ -13,13 +13,11 @@ {

"sourceBranch": "types-2.0",
"kind": "OldUMD",
"kind": "UMD",
"globals": [
"Redux"
],
"declaredModules": [
"redux"
],
"declaredModules": [],
"files": [
"index.d.ts"
],
"contentHash": "b5c82ed88cb9dc75b31bf9d1dcfd648a667cc1e7b51852d220a61eee9205f1d4"
"contentHash": "01ff9bcaa07ca4b20e7737a5704c5958132406ac247246549d58fcaf05fe9833"
}
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