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

@advertising-all/advertising-data-dict

Package Overview
Dependencies
Maintainers
5
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@advertising-all/advertising-data-dict - npm Package Compare versions

Comparing version 1.0.126 to 1.0.128

types/node_modules/@advertising-all/basic-user-api/src/api/groupApi.d.ts

2

package.json
{
"name": "@advertising-all/advertising-data-dict",
"version": "1.0.126",
"version": "1.0.128",
"description": "系统设置",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -71,4 +71,10 @@ import { DbSchema } from '@vmm/api';

}
export interface ISystemConfig {
id: string;
name: string;
content: string;
}
export interface ISystemFile {
name: string;
title: string;
url: string;

@@ -96,2 +102,3 @@ }

sensitiveContent: DbSchema<ISensitiveContent>;
systemConfig: DbSchema<ISystemConfig>;
systemTheme: DbSchema<ISystemTheme>;

@@ -98,0 +105,0 @@ systemInterface: DbSchema<ISystemInterface>;

@@ -9,4 +9,6 @@ import Vue from "vue";

searchVal: string;
userObj: any;
}, {
exportLogs(): Promise<void>;
getUser(): Promise<void>;
searchList(): void;

@@ -13,0 +15,0 @@ getLog(skipNum?: number | undefined): Promise<void>;

@@ -13,2 +13,6 @@ import Vue from "vue";

showSecret: boolean;
noticeModel: boolean;
systemModel: boolean;
interfaceLogin: string;
interfaceNotice: string;
}, {

@@ -21,5 +25,8 @@ confirmSecret(): Promise<void>;

closeLabel(): void;
systemLogin(): void;
noticeBtn(): void;
confirmLabel(): Promise<void>;
findLabel(): Promise<void>;
findSensitive(): Promise<void>;
findSystemConfig(): Promise<void>;
confirmModal(): Promise<void>;

@@ -30,3 +37,5 @@ editImg(): void;

sureInterface(): Promise<void>;
sureSystemModel(): Promise<void>;
sureNoticeModel(): Promise<void>;
}, unknown, Record<never, any>>;
export default _default;

Sorry, the diff of this file is too big to display

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