Socket
Socket
Sign inDemoInstall

@types/redux-storage-engine-localstorage

Package Overview
Dependencies
4
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

6

redux-storage-engine-localstorage/index.d.ts

@@ -1,7 +0,1 @@

// Type definitions for redux-storage-engine-localstorage 1.1
// Project: https://github.com/react-stack/redux-storage-engine-localstorage
// Definitions by: Christian Rackerseder <https://github.com/screendriver>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
import { StorageEngine } from "redux-storage";

@@ -8,0 +2,0 @@

13

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

@@ -9,8 +10,8 @@ "contributors": [

"name": "Christian Rackerseder",
"url": "https://github.com/screendriver",
"githubUsername": "screendriver"
"githubUsername": "screendriver",
"url": "https://github.com/screendriver"
}
],
"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -25,4 +26,4 @@ "type": "git",

},
"typesPublisherContentHash": "07eea32f07d93e6e6905ba8b3f4716084a5a7eb2afdfa0819fdbe187167668f0",
"typeScriptVersion": "2.3"
"typesPublisherContentHash": "4866aaad1b4321f77cc1e9051aa34f60660ff629e83ca4b4cf47427ab2091925",
"typeScriptVersion": "4.5"
}

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

# Summary
This package contains type definitions for redux-storage-engine-localstorage ( https://github.com/react-stack/redux-storage-engine-localstorage ).
This package contains type definitions for redux-storage-engine-localstorage (https://github.com/react-stack/redux-storage-engine-localstorage).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/redux-storage-engine-localstorage
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/redux-storage-engine-localstorage.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/redux-storage-engine-localstorage/index.d.ts)
````ts
import { StorageEngine } from "redux-storage";
Additional Details
* Last updated: Sat, 04 May 2019 07:57:49 GMT
* Dependencies: @types/redux-storage
* Global values: none
export type Replacer = (key: string, value: any) => any;
export type Reviver = Replacer;
export default function createEngine(key: string, replacer?: Replacer, reviver?: Reviver): StorageEngine;
````
### Additional Details
* Last updated: Wed, 18 Oct 2023 11:45:06 GMT
* Dependencies: [@types/redux-storage](https://npmjs.com/package/@types/redux-storage)
# Credits
These definitions were written by Christian Rackerseder <https://github.com/screendriver>.
These definitions were written by [Christian Rackerseder](https://github.com/screendriver).

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc