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

bi-types

Package Overview
Dependencies
Maintainers
3
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bi-types - npm Package Compare versions

Comparing version 1.0.0-qbi310-open.1 to 1.0.0-qbi311.20

8

declaration/style-schema.d.ts

@@ -47,2 +47,10 @@ /**

};
/** 自定义校验函数 */
validation?: {
[validateFuncName: string]: (rule?: any, currentValue?: any, extras?: {
data?: any;
schema?: ISchema;
keyPaths?: string[];
}) => string | Promise<any> | void;
};
/** change 事件处理函数 */

@@ -49,0 +57,0 @@ onChange?: (data?: any, currentSchema?: ISchema, keyPaths?: string[], validation?: IValidationResult) => void;

2

package.json
{
"name": "bi-types",
"version": "1.0.0-qbi310-open.1",
"version": "1.0.0-qbi311.20",
"dependencies": {},

@@ -5,0 +5,0 @@ "main": "dist/main",

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