Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

immer-reducer

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

immer-reducer - npm Package Compare versions

Comparing version 0.7.11 to 0.7.12

10

lib/immer-reducer.js

@@ -5,2 +5,3 @@ "use strict";

};
var _a;
Object.defineProperty(exports, "__esModule", { value: true });

@@ -220,2 +221,11 @@ exports._clearKnownClasses = exports.setPrefix = exports.createReducerFunction = exports.createActionCreators = exports.ImmerReducer = exports.composeReducers = exports.isActionFrom = exports.isAction = void 0;

exports._clearKnownClasses = _clearKnownClasses;
if (typeof module !== "undefined") {
// Clear classes on Webpack Hot Module replacement as it will mess up the
// duplicate checks appear
(_a = module.hot) === null || _a === void 0 ? void 0 : _a.addStatusHandler(function (status) {
if (status === "prepare") {
_clearKnownClasses();
}
});
}
//# sourceMappingURL=immer-reducer.js.map

4

package.json
{
"name": "immer-reducer",
"version": "0.7.11",
"version": "0.7.12",
"description": "",

@@ -22,3 +22,3 @@ "main": "lib/immer-reducer.js",

"author": "",
"license": "ISC",
"license": "MIT",
"files": [

@@ -25,0 +25,0 @@ "lib"

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