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.1.1-beta.0 to 1.1.1-beta.1

4

lib/index.js

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

if (initialValueChanged) {
setTimeout(callback);
shared_1.scheduler.applyWithIdlePriority(function () {
callback();
});
}

@@ -256,0 +258,0 @@ else {

{
"name": "@formily/core",
"version": "1.1.1-beta.0",
"version": "1.1.1-beta.1",
"license": "MIT",

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

"dependencies": {
"@formily/shared": "^1.1.1-beta.0",
"@formily/validator": "^1.1.1-beta.0",
"@formily/shared": "^1.1.1-beta.1",
"@formily/validator": "^1.1.1-beta.1",
"immer": "^3.2.0"

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

},
"gitHead": "9ca343fc1761cbabedcdaf080da12fedf1303307"
"gitHead": "6f14fe66cbcce08d0cdbf1445b91716c74f41e46"
}

@@ -14,3 +14,4 @@ import {

each,
isObj
isObj,
scheduler
} from '@formily/shared'

@@ -261,3 +262,5 @@ import {

if (initialValueChanged) {
setTimeout(callback)
scheduler.applyWithIdlePriority(() => {
callback()
})
} else {

@@ -264,0 +267,0 @@ callback()

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