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

informed

Package Overview
Dependencies
Maintainers
2
Versions
404
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

informed - npm Package Compare versions

Comparing version 4.55.0 to 4.55.1

8

dist/cjs/FormController.js

@@ -885,9 +885,17 @@ 'use strict';

debug('Pull', name);
debug("Pull ".concat(name, " from values"));
ObjectMap.ObjectMap["delete"](this.state.values, name);
debug("Pull ".concat(name, " from modified"));
ObjectMap.ObjectMap["delete"](this.state.modified, name);
debug("Pull ".concat(name, " from maskedValues"));
ObjectMap.ObjectMap["delete"](this.state.maskedValues, name);
debug("Pull ".concat(name, " from touched"));
ObjectMap.ObjectMap["delete"](this.state.touched, name);
debug("Pull ".concat(name, " from errors"));
ObjectMap.ObjectMap["delete"](this.state.errors, name);
debug("Pull ".concat(name, " from dirt"));
ObjectMap.ObjectMap["delete"](this.state.dirt, name);
debug("Pull ".concat(name, " from focused"));
ObjectMap.ObjectMap["delete"](this.state.focused, name);
debug("Pull ".concat(name, " from data"));
ObjectMap.ObjectMap["delete"](this.state.data, name);

@@ -894,0 +902,0 @@ // DO NOT emit event here we want to delay it on purpose because otherwise relevance will trigger with bad state

4

dist/cjs/ObjectMap.js

@@ -246,3 +246,3 @@ 'use strict';

var arr = ldget(object, pathArray);
debug('Array Before', arr);
debug('Array Before', JSON.stringify(arr));
// Pull out of array

@@ -252,3 +252,3 @@ if (Array.isArray(arr)) {

}
debug('Array After', arr);
debug('Array After', JSON.stringify(arr));
cleanup(object, pathArray);

@@ -255,0 +255,0 @@ }

@@ -881,9 +881,17 @@ import { createClass as _createClass, objectSpread2 as _objectSpread2, classCallCheck as _classCallCheck } from './_virtual/_rollupPluginBabelHelpers.js';

debug('Pull', name);
debug("Pull ".concat(name, " from values"));
ObjectMap["delete"](this.state.values, name);
debug("Pull ".concat(name, " from modified"));
ObjectMap["delete"](this.state.modified, name);
debug("Pull ".concat(name, " from maskedValues"));
ObjectMap["delete"](this.state.maskedValues, name);
debug("Pull ".concat(name, " from touched"));
ObjectMap["delete"](this.state.touched, name);
debug("Pull ".concat(name, " from errors"));
ObjectMap["delete"](this.state.errors, name);
debug("Pull ".concat(name, " from dirt"));
ObjectMap["delete"](this.state.dirt, name);
debug("Pull ".concat(name, " from focused"));
ObjectMap["delete"](this.state.focused, name);
debug("Pull ".concat(name, " from data"));
ObjectMap["delete"](this.state.data, name);

@@ -890,0 +898,0 @@ // DO NOT emit event here we want to delay it on purpose because otherwise relevance will trigger with bad state

@@ -242,3 +242,3 @@ import { createClass as _createClass, typeof as _typeof, classCallCheck as _classCallCheck } from './_virtual/_rollupPluginBabelHelpers.js';

var arr = ldget(object, pathArray);
debug('Array Before', arr);
debug('Array Before', JSON.stringify(arr));
// Pull out of array

@@ -248,3 +248,3 @@ if (Array.isArray(arr)) {

}
debug('Array After', arr);
debug('Array After', JSON.stringify(arr));
cleanup(object, pathArray);

@@ -251,0 +251,0 @@ }

{
"name": "informed",
"version": "4.55.0",
"version": "4.55.1",
"description": "A lightweight framework and utility for building powerful forms in React applications",

@@ -5,0 +5,0 @@ "type": "module",

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