Socket
Socket
Sign inDemoInstall

@types/redux-storage

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/redux-storage - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

15

redux-storage/index.d.ts

@@ -11,3 +11,3 @@ // Type definitions for redux-storage 4.1.2

declare module "redux-storage" {
import { Reducer, Store, Middleware } from "redux";
import { Middleware, Reducer, Store } from "redux";

@@ -50,3 +50,3 @@ /**

*/
export type ActionTypeCheckCallback = (type: string) => boolean
export type ActionTypeCheckCallback = (type: string) => boolean;

@@ -59,3 +59,7 @@ /**

*/
export function createMiddleware(engine: StorageEngine, actionBlacklist?: string[], actionWhitelist?: string[] | ActionTypeCheckCallback): Middleware;
export function createMiddleware(
engine: StorageEngine,
actionBlacklist?: string[],
actionWhitelist?: string[] | ActionTypeCheckCallback,
): Middleware;

@@ -74,3 +78,2 @@ /**

export function createLoader<TState>(engine: StorageEngine): Loader<TState>;
}

@@ -101,3 +104,3 @@

*/
export default function (engine: StorageEngine, whitelist?: FilterList, blacklist?: FilterList): StorageEngine;
export default function(engine: StorageEngine, whitelist?: FilterList, blacklist?: FilterList): StorageEngine;
}

@@ -108,3 +111,3 @@

export interface ReactNativeAsyncStorageEngine extends StorageEngine { }
export interface ReactNativeAsyncStorageEngine extends StorageEngine {}

@@ -111,0 +114,0 @@ /**

9

redux-storage/package.json
{
"name": "@types/redux-storage",
"version": "4.1.0",
"version": "4.1.1",
"description": "TypeScript definitions for redux-storage",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/redux-storage",
"license": "MIT",

@@ -19,3 +20,3 @@ "contributors": [

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -30,4 +31,4 @@ "type": "git",

},
"typesPublisherContentHash": "4dd4fa94f0249d020bd800fd574633ee02f19a40ca8ae55ea4b38c0ecbc5bb3f",
"typeScriptVersion": "2.3"
"typesPublisherContentHash": "62ef452a5911b5e9816741c854783d80691a840a25732fbfc21e857b7d8857b5",
"typeScriptVersion": "4.5"
}

@@ -5,13 +5,13 @@ # Installation

# Summary
This package contains type definitions for redux-storage ( https://github.com/react-stack/redux-storage ).
This package contains type definitions for redux-storage (https://github.com/react-stack/redux-storage).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/redux-storage
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/redux-storage.
Additional Details
* Last updated: Sat, 04 May 2019 07:57:49 GMT
* Dependencies: @types/redux
### Additional Details
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT
* Dependencies: [@types/redux](https://npmjs.com/package/@types/redux)
* Global values: none
# Credits
These definitions were written by Alexey Svetliakov <https://github.com/asvetliakov>, Alexey Pelykh <https://github.com/alexey-pelykh>.
These definitions were written by [Alexey Svetliakov](https://github.com/asvetliakov), and [Alexey Pelykh](https://github.com/alexey-pelykh).

Sorry, the diff of this file is not supported yet

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