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

@rematch/persist

Package Overview
Dependencies
Maintainers
3
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rematch/persist - npm Package Compare versions

Comparing version 2.0.0-next.7 to 2.0.0-next.8

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [2.0.0-next.8](https://github.com/rematch/rematch/compare/@rematch/persist@2.0.0-next.7...@rematch/persist@2.0.0-next.8) (2020-12-21)
**Note:** Version bump only for package @rematch/persist
# [2.0.0-next.7](https://github.com/rematch/rematch/compare/@rematch/persist@2.0.0-next.6...@rematch/persist@2.0.0-next.7) (2020-11-30)

@@ -8,0 +16,0 @@

2

dist/index.d.ts

@@ -7,4 +7,4 @@ import { Plugin, Models } from '@rematch/core';

};
declare const persistPlugin: <S, TModels extends Models<TModels>, TExtraModels extends Models<TModels> = {}>(persistConfig: PersistConfig<S, any, any, any>, nestedPersistConfig?: NestedPersist<TModels>, persistStoreConfig?: PersistorOptions | undefined, callback?: (() => void) | undefined) => Plugin<TModels, TExtraModels, Partial<TExtraModels>>;
declare const persistPlugin: <S, TModels extends Models<TModels>, TExtraModels extends Models<TModels> = Record<string, any>>(persistConfig: PersistConfig<S, any, any, any>, nestedPersistConfig?: NestedPersist<TModels>, persistStoreConfig?: PersistorOptions | undefined, callback?: (() => void) | undefined) => Plugin<TModels, TExtraModels, Partial<TExtraModels>>;
export default persistPlugin;
//# sourceMappingURL=index.d.ts.map
{
"name": "@rematch/persist",
"version": "2.0.0-next.7",
"version": "2.0.0-next.8",
"description": "Redux-Persist v6 plugin for Rematch. Provides simple redux state persistence using local storage options.",

@@ -30,3 +30,3 @@ "homepage": "https://rematch.github.io/rematch",

"devDependencies": {
"@rematch/core": "^2.0.0-next.7"
"@rematch/core": "^2.0.0-next.8"
},

@@ -55,3 +55,3 @@ "peerDependencies": {

},
"gitHead": "8012cdf311bddfb69d9ba46a20c98d89f5442e4c"
"gitHead": "8165c6b3e7b616e01dd22a38489dd068155315cc"
}

@@ -24,3 +24,3 @@ import { Plugin, Models } from '@rematch/core'

TModels extends Models<TModels>,
TExtraModels extends Models<TModels> = {}
TExtraModels extends Models<TModels> = Record<string, any>
>(

@@ -27,0 +27,0 @@ persistConfig: PersistConfig<S>,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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