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.125 to 1.0.126

types/src/widgets/upload.vue.d.ts

2

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

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

@@ -71,2 +71,6 @@ import { DbSchema } from '@vmm/api';

}
export interface ISystemFile {
name: string;
url: string;
}
export interface ISystemTheme {

@@ -94,2 +98,3 @@ defaultTheme: boolean;

systemInterface: DbSchema<ISystemInterface>;
systemFile: DbSchema<ISystemFile>;
};

@@ -15,2 +15,4 @@ import Vue from "vue";

confirmSecret(): Promise<void>;
uploadSuccess(response: any): Promise<void>;
uploadHelpSuccess(response: any): Promise<void>;
openSecret(): void;

@@ -17,0 +19,0 @@ viewDefaultImg(): Promise<void>;

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