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

adminforth

Package Overview
Dependencies
Maintainers
0
Versions
540
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 1.3.57-next.9 to 1.3.57-next.10

6

dist/spa/src/types/FrontendAPI.ts

@@ -44,3 +44,3 @@

*/
refresh(): Promise<{ error? : string }>;
// refresh(): Promise<{ error? : string }>;

@@ -52,3 +52,3 @@ /**

*/
silentRefresh(): Promise<{ error? : string }>;
// silentRefresh(): Promise<{ error? : string }>;

@@ -58,3 +58,3 @@ /**

*/
silentRefreshRow (pk: any): Promise<{ error? : string }>;
// silentRefreshRow (pk: any): Promise<{ error? : string }>;

@@ -61,0 +61,0 @@ /**

@@ -38,5 +38,2 @@ export interface FrontendAPIInterface {

*/
refresh(): Promise<{
error?: string;
}>;
/**

@@ -47,11 +44,5 @@ * Silently Refresh existing rows in the list (without loader).

*/
silentRefresh(): Promise<{
error?: string;
}>;
/**
* Refresh a specific row in the list without loader, row should be already shown in the list, otherwise method will return an error
*/
silentRefreshRow(pk: any): Promise<{
error?: string;
}>;
/**

@@ -58,0 +49,0 @@ * Close the three dots dropdown

{
"name": "adminforth",
"version": "1.3.57-next.9",
"version": "1.3.57-next.10",
"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

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