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

adminforth

Package Overview
Dependencies
Maintainers
0
Versions
731
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adminforth - npm Package Compare versions

Comparing version

to
1.13.0-next.29

7

dist/spa/src/types/Common.ts

@@ -559,2 +559,7 @@

export type FillOnCreateFunction = (params: {
initialRecord: any,
adminUser: AdminUser,
}) => any;
/**

@@ -690,3 +695,3 @@ * Column describes one field in the table or collection in database.

*/
fillOnCreate?: Function,
fillOnCreate?: FillOnCreateFunction,

@@ -693,0 +698,0 @@ /**

@@ -493,2 +493,6 @@ /**

}
export type FillOnCreateFunction = (params: {
initialRecord: any;
adminUser: AdminUser;
}) => any;
/**

@@ -618,3 +622,3 @@ * Column describes one field in the table or collection in database.

*/
fillOnCreate?: Function;
fillOnCreate?: FillOnCreateFunction;
/**

@@ -621,0 +625,0 @@ * Single value that will be substituted in create form. User can change it before saving the record.

2

package.json
{
"name": "adminforth",
"version": "1.13.0-next.28",
"version": "1.13.0-next.29",
"description": "OpenSource Vue3 powered forth-generation admin panel",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet