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

@uform/core

Package Overview
Dependencies
Maintainers
2
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uform/core - npm Package Compare versions

Comparing version 0.1.0-alpha.7 to 0.1.0-alpha.8

7

lib/field.js

@@ -267,2 +267,8 @@ "use strict";

if (published.editable !== this.editable) {
this.editable = published.editable;
this.dirtyType = 'editable';
this.dirty = true;
}
if (!(0, _utils.isEqual)(published.visible, this.visible)) {

@@ -301,2 +307,3 @@ this.visible = published.visible;

loading: this.loading,
editable: this.editable,
invalid: this.invalid,

@@ -303,0 +310,0 @@ pristine: this.pristine,

8

package.json
{
"name": "@uform/core",
"version": "0.1.0-alpha.7",
"version": "0.1.0-alpha.8",
"license": "MIT",

@@ -18,4 +18,4 @@ "main": "lib",

"dependencies": {
"@uform/utils": "^0.1.0-alpha.7",
"@uform/validator": "^0.1.0-alpha.7",
"@uform/utils": "^0.1.0-alpha.8",
"@uform/validator": "^0.1.0-alpha.8",
"dot-match": "^0.1.18",

@@ -29,3 +29,3 @@ "immer": "^1.7.4",

},
"gitHead": "eac700af0f1b9b39281d4963eb82d66b280aed3c"
"gitHead": "633332d592747d26044230b1c980217c89525e90"
}

@@ -249,2 +249,8 @@ import {

if (published.editable !== this.editable) {
this.editable = published.editable
this.dirtyType = 'editable'
this.dirty = true
}
if (!isEqual(published.visible, this.visible)) {

@@ -283,2 +289,3 @@ this.visible = published.visible

loading: this.loading,
editable: this.editable,
invalid: this.invalid,

@@ -285,0 +292,0 @@ pristine: this.pristine,

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