Socket
Socket
Sign inDemoInstall

@rematch/immer

Package Overview
Dependencies
3
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

11

CHANGELOG.md

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

# [2.0.0-next.8](https://github.com/rematch/rematch/compare/@rematch/immer@2.0.0-next.7...@rematch/immer@2.0.0-next.8) (2020-12-21)
### Bug Fixes
* remove immer dependency in @rematch/immer ([819d766](https://github.com/rematch/rematch/commit/819d76654779d883379e3f2e25270a45f8ab72c1))
# [2.0.0-next.7](https://github.com/rematch/rematch/compare/@rematch/immer@2.0.0-next.6...@rematch/immer@2.0.0-next.7) (2020-11-30)

@@ -8,0 +19,0 @@

2

dist/index.d.ts

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

};
declare const immerPlugin: <TModels extends Models<TModels>, TExtraModels extends Models<TModels> = {}>(config?: ImmerPluginConfig | undefined) => Plugin<TModels, TExtraModels, Partial<TExtraModels>>;
declare const immerPlugin: <TModels extends Models<TModels>, TExtraModels extends Models<TModels> = Record<string, any>>(config?: ImmerPluginConfig | undefined) => Plugin<TModels, TExtraModels, Partial<TExtraModels>>;
export default immerPlugin;
//# sourceMappingURL=index.d.ts.map
{
"name": "@rematch/immer",
"version": "2.0.0-next.7",
"version": "2.0.0-next.8",
"description": "Redux-Immer v6 plugin for Rematch. Provides immutable ability for rematch.",

@@ -26,7 +26,4 @@ "homepage": "https://rematch.github.io/rematch",

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

@@ -37,4 +34,4 @@ "redux": "^4.0.5"

"@rematch/core": ">=2.0.0-next.0",
"immer": "^7.0.9",
"redux": "^4.0.5"
"immer": ">=7 | >= 8",
"redux": ">=4"
},

@@ -62,3 +59,3 @@ "husky": {

},
"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 @@ config?: ImmerPluginConfig

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc