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

@formily/core

Package Overview
Dependencies
Maintainers
1
Versions
242
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formily/core - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

4

lib/index.js

@@ -214,3 +214,3 @@ "use strict";

function notifyTreeFromValues() {
field.setState(syncFieldValues, true);
field.setState(syncFieldValues);
graph.eachParent(path, function (field) {

@@ -229,3 +229,3 @@ if (types_1.isField(field)) {

function notifyTreeFromInitialValues() {
field.setState(syncFieldIntialValues, true);
field.setState(syncFieldIntialValues);
graph.eachParent(path, function (field) {

@@ -232,0 +232,0 @@ field.setState(syncFieldIntialValues, true);

{
"name": "@formily/core",
"version": "1.0.7",
"version": "1.0.8",
"license": "MIT",

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

"dependencies": {
"@formily/shared": "^1.0.7",
"@formily/validator": "^1.0.7",
"@formily/shared": "^1.0.8",
"@formily/validator": "^1.0.8",
"immer": "^3.2.0"

@@ -36,3 +36,3 @@ },

},
"gitHead": "b472d45f84745b3662bd3d8bfa193c900c7c4ba9"
"gitHead": "b755498fb37387fb22d27180517575196d6ed0c0"
}

@@ -222,3 +222,3 @@ import {

function notifyTreeFromValues() {
field.setState(syncFieldValues, true)
field.setState(syncFieldValues)
graph.eachParent(path, (field: IField) => {

@@ -237,3 +237,3 @@ if (isField(field)) {

function notifyTreeFromInitialValues() {
field.setState(syncFieldIntialValues, true)
field.setState(syncFieldIntialValues)
graph.eachParent(path, (field: IField) => {

@@ -240,0 +240,0 @@ field.setState(syncFieldIntialValues, true)

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