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

vap

Package Overview
Dependencies
Maintainers
2
Versions
568
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vap - npm Package Compare versions

Comparing version 3.8.179 to 3.8.180

2

_common/ListModal/index.js

@@ -59,3 +59,3 @@ "use strict";

MODE[MODE["COMMON"] = 2] = "COMMON";
})(MODE = exports.MODE || (exports.MODE = {}));
})(MODE || (exports.MODE = MODE = {}));
/**

@@ -62,0 +62,0 @@ * 列表弹框,弹出一个列表。

@@ -18,3 +18,3 @@ import * as React from 'react';

total: number;
pageSize: any;
pageSize: number;
showCustom: boolean;

@@ -21,0 +21,0 @@ selectedRowKeys: any[];

@@ -23,3 +23,3 @@ "use strict";

INSER_POS[INSER_POS["INNER"] = 2] = "INNER";
})(INSER_POS = exports.INSER_POS || (exports.INSER_POS = {}));
})(INSER_POS || (exports.INSER_POS = INSER_POS = {}));
;

@@ -26,0 +26,0 @@ var buildTree = function (list, root, keyField, parentField, sortField) {

@@ -19,3 +19,3 @@ import * as React from 'react';

current: number;
pageSize: any;
pageSize: number;
maxHeight: number;

@@ -22,0 +22,0 @@ customTemp: {};

@@ -157,3 +157,5 @@ "use strict";

_this.fetchData(_.extend({}, _this.props.default, _this.param));
utils_1.Ajax.POST('/api-serversys/syslog/addSysLog', { type: 1, requestUrl: window.location.pathname + window.location.hash });
if (window.VAP_GLOBAL.TABLE.NOT_TRACK !== true) {
utils_1.Ajax.POST('/api-serversys/syslog/addSysLog', { type: 1, requestUrl: window.location.pathname + window.location.hash });
}
}

@@ -160,0 +162,0 @@ else {

@@ -145,2 +145,6 @@ export type SystemConfApi = {

LAYOUT_REVERSE?: boolean;
/**
* 不发送 track 日志信息
*/
NOT_TRACK?: boolean;
};

@@ -147,0 +151,0 @@ /**

@@ -21,3 +21,3 @@ "use strict";

BROWSER_MODE[BROWSER_MODE["CHROME_OLD"] = 2] = "CHROME_OLD";
})(BROWSER_MODE = exports.BROWSER_MODE || (exports.BROWSER_MODE = {}));
})(BROWSER_MODE || (exports.BROWSER_MODE = BROWSER_MODE = {}));
var pnxclient_1 = require("./pnxclient");

@@ -24,0 +24,0 @@ var JitClient = /** @class */ (function () {

{
"name": "vap",
"version": "3.8.179",
"version": "3.8.180",
"description": "vap - framework for webapps, support micro-service(base on vap-base) and single-web-application(base on vap-base)",

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

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