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

vap

Package Overview
Dependencies
Maintainers
3
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.129 to 3.8.130

1

_common/ESTable/index.d.ts

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

fieldMap: Map<string, string>;
Query: any;
constructor(props: any);

@@ -23,0 +24,0 @@ state: {

@@ -87,2 +87,3 @@ "use strict";

_this.fieldMap = new Map();
_this.Query = null;
_this.state = {

@@ -212,2 +213,3 @@ loading: false,

this.setState({ loading: true });
this.Query = Query;
return [4 /*yield*/, utils_1.Ajax.POST(this.api, Query)];

@@ -214,0 +216,0 @@ case 1:

@@ -478,2 +478,5 @@ "use strict";

var name = null;
if (!_.isArray(obj)) {
obj = [obj];
}
if (obj.length) {

@@ -480,0 +483,0 @@ code = obj.map(function (item) { return item.code; }).join(',');

4

dragact/gridItem.d.ts

@@ -57,4 +57,4 @@ import * as React from "react";

calGridXY(x: number, y: number): {
GridX: number; /**子元素的宽高 */
GridY: number;
GridX: number;
GridY: number; /**子元素的宽高 */
};

@@ -61,0 +61,0 @@ /**给予一个grid的位置,算出元素具体的在容器中位置在哪里,单位是px */

@@ -71,2 +71,5 @@ export declare type SystemConfApi = {

};
UFORM?: {
TEXT_VALUE_RULE?: boolean;
};
}

@@ -73,0 +76,0 @@ declare global {

{
"name": "vap",
"version": "3.8.129",
"version": "3.8.130",
"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",

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

*/
default_1.phone = /^((13[0-9])|(14[5,7])|(15[0-3,5-9])|(17[0,3,5-8])|(18[0-9])|166|198|199|191|193|198|195|(147))\d{8}$/;
default_1.phone = /^((13[0-9])|(14[1,4-9])|(15[0-3,5-9])|(16[0,2,5-9])|(17[0-9])|(18[0-9])|(19[0-3,5-9]))\d{8}$/;
/**

@@ -67,0 +67,0 @@ * 固定电话号码

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