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

@formily/json-schema

Package Overview
Dependencies
Maintainers
2
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formily/json-schema - npm Package Compare versions

Comparing version 2.2.3 to 2.2.4

6

dist/formily.json-schema.all.d.ts

@@ -404,2 +404,5 @@ /// <reference types="node" />

}
interface IFieldActions {
[key: string]: (...args: any[]) => any;
}

@@ -469,2 +472,3 @@ declare type LifeCycleParams<Payload> = Array<string | LifeCycleHandler<Payload> | {

disposers: (() => void)[];
actions: IFieldActions;
locate(address: Pattern): void;

@@ -513,2 +517,4 @@ get indexes(): string | number[];

match: (pattern: Pattern) => boolean;
inject: (actions: IFieldActions) => void;
invoke: (name: string, ...args: any[]) => any;
}

@@ -515,0 +521,0 @@

10

package.json
{
"name": "@formily/json-schema",
"version": "2.2.3",
"version": "2.2.4",
"license": "MIT",

@@ -33,5 +33,5 @@ "main": "lib",

"dependencies": {
"@formily/core": "2.2.3",
"@formily/reactive": "2.2.3",
"@formily/shared": "2.2.3"
"@formily/core": "2.2.4",
"@formily/reactive": "2.2.4",
"@formily/shared": "2.2.4"
},

@@ -41,3 +41,3 @@ "publishConfig": {

},
"gitHead": "55872824ec21efb7d2c190935d0010d1efec3f95"
"gitHead": "5acb7e1abf745e9b81c9612c1eae329ff8321432"
}
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