🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@types/redux-persist-transform-encrypt

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/redux-persist-transform-encrypt - npm Package Compare versions

Comparing version
2.0.2
to
2.0.3
+0
-7
redux-persist-transform-encrypt/index.d.ts

@@ -1,8 +0,1 @@

// Type definitions for redux-persist-transform-encrypt 2.0
// Project: https://github.com/maxdeviant/redux-persist-transform-encrypt
// Definitions by: Karol Janyst <https://github.com/LKay>
// Gaurav Lahoti <https://github.com/dante-101>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.1
import { Transform } from "redux-persist";

@@ -9,0 +2,0 @@

+7
-7
{
"name": "@types/redux-persist-transform-encrypt",
"version": "2.0.2",
"version": "2.0.3",
"description": "TypeScript definitions for redux-persist-transform-encrypt",

@@ -10,9 +10,9 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/redux-persist-transform-encrypt",

"name": "Karol Janyst",
"url": "https://github.com/LKay",
"githubUsername": "LKay"
"githubUsername": "LKay",
"url": "https://github.com/LKay"
},
{
"name": "Gaurav Lahoti",
"url": "https://github.com/dante-101",
"githubUsername": "dante-101"
"githubUsername": "dante-101",
"url": "https://github.com/dante-101"
}

@@ -32,4 +32,4 @@ ],

},
"typesPublisherContentHash": "c5b5536b3f785859af05e9384ac22e770c71c9f2c8c62717830aa62918d1d190",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "d05f1f67544b85e55839a74fd62116624e96052728317b34f7a228e26339d301",
"typeScriptVersion": "4.5"
}

@@ -11,7 +11,6 @@ # Installation

### Additional Details
* Last updated: Thu, 08 Jul 2021 22:41:53 GMT
* Dependencies: [@types/redux-persist](https://npmjs.com/package/@types/redux-persist)
* Global values: none
* Last updated: Wed, 18 Oct 2023 18:04:04 GMT
* Dependencies: [redux](https://npmjs.com/package/redux), [redux-persist](https://npmjs.com/package/redux-persist)
# Credits
These definitions were written by [Karol Janyst](https://github.com/LKay), and [Gaurav Lahoti](https://github.com/dante-101).