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

immutable-form

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

immutable-form - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

4

lib/connectForm.js

@@ -75,3 +75,5 @@ 'use strict';

value: function componentWillUnmount() {
this.unsubscribe();
if (this.unsubscribe && (0, _lodash.isFunction)(this.unsubscribe)) {
this.unsubscribe();
}
_FormCollection2.default.remove(this.form.name);

@@ -78,0 +80,0 @@ this.setState({

{
"name": "immutable-form",
"version": "0.0.13",
"version": "0.0.14",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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