Socket
Socket
Sign inDemoInstall

database-ql

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

database-ql - npm Package Compare versions

Comparing version 0.6.0-alpha.10 to 0.6.0

8

dist/commonjs/index.d.ts

@@ -46,3 +46,11 @@ import * as Geo from './geo/index';

readonly command: typeof Command;
/**
* This method was deprecated, use js native `new RegExp()` instead
* @deprecated
*/
readonly RegExp: typeof RegExpConstructor;
/**
* This method is deprecated, not implemented in server side
* @deprecated
*/
readonly serverDate: typeof ServerDateConstructor;

@@ -49,0 +57,0 @@ readonly primaryKey: string;

@@ -30,3 +30,11 @@ "use strict";

this.command = command_1.Command;
/**
* This method was deprecated, use js native `new RegExp()` instead
* @deprecated
*/
this.RegExp = index_2.RegExpConstructor;
/**
* This method is deprecated, not implemented in server side
* @deprecated
*/
this.serverDate = index_1.ServerDateConstructor;

@@ -33,0 +41,0 @@ if (!config.request) {

7

dist/commonjs/query.d.ts

@@ -99,3 +99,3 @@ import { ActionType, OrderByDirection } from './constant';

/**
* 添加 一对多 子查询条件,需要使用 merge() 代替 get() 发起数据请求
* 添加 一对多 子查询条件
* @param param {WithParam}

@@ -106,3 +106,3 @@ * @returns Query

/**
* 添加 一对一 子查询条件,需要使用 merge() 代替 get() 发起数据请求
* 添加 一对一 子查询条件
* @param param {WithParam}

@@ -157,5 +157,6 @@ * @returns Query

/**
* [该接口已废弃,直接使用 `get()` 代替]
* 发起请求获取文档列表,当使用 with 条件时使用
*
* @deprecated 该接口已废弃,直接使用 `get()` 代替
* @deprecated
*

@@ -162,0 +163,0 @@ * 1. 调用 get() 执行主查询

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

/**
* 添加 一对多 子查询条件,需要使用 merge() 代替 get() 发起数据请求
* 添加 一对多 子查询条件
* @param param {WithParam}

@@ -86,3 +86,3 @@ * @returns Query

/**
* 添加 一对一 子查询条件,需要使用 merge() 代替 get() 发起数据请求
* 添加 一对一 子查询条件
* @param param {WithParam}

@@ -214,5 +214,6 @@ * @returns Query

/**
* [该接口已废弃,直接使用 `get()` 代替]
* 发起请求获取文档列表,当使用 with 条件时使用
*
* @deprecated 该接口已废弃,直接使用 `get()` 代替
* @deprecated
*

@@ -219,0 +220,0 @@ * 1. 调用 get() 执行主查询

@@ -46,3 +46,11 @@ import * as Geo from './geo/index';

readonly command: typeof Command;
/**
* This method was deprecated, use js native `new RegExp()` instead
* @deprecated
*/
readonly RegExp: typeof RegExpConstructor;
/**
* This method is deprecated, not implemented in server side
* @deprecated
*/
readonly serverDate: typeof ServerDateConstructor;

@@ -49,0 +57,0 @@ readonly primaryKey: string;

@@ -25,3 +25,11 @@ import * as Geo from './geo/index';

this.command = Command;
/**
* This method was deprecated, use js native `new RegExp()` instead
* @deprecated
*/
this.RegExp = RegExpConstructor;
/**
* This method is deprecated, not implemented in server side
* @deprecated
*/
this.serverDate = ServerDateConstructor;

@@ -28,0 +36,0 @@ if (!config.request) {

@@ -99,3 +99,3 @@ import { ActionType, OrderByDirection } from './constant';

/**
* 添加 一对多 子查询条件,需要使用 merge() 代替 get() 发起数据请求
* 添加 一对多 子查询条件
* @param param {WithParam}

@@ -106,3 +106,3 @@ * @returns Query

/**
* 添加 一对一 子查询条件,需要使用 merge() 代替 get() 发起数据请求
* 添加 一对一 子查询条件
* @param param {WithParam}

@@ -157,5 +157,6 @@ * @returns Query

/**
* [该接口已废弃,直接使用 `get()` 代替]
* 发起请求获取文档列表,当使用 with 条件时使用
*
* @deprecated 该接口已废弃,直接使用 `get()` 代替
* @deprecated
*

@@ -162,0 +163,0 @@ * 1. 调用 get() 执行主查询

@@ -120,3 +120,3 @@ var __assign = (this && this.__assign) || function () {

/**
* 添加 一对多 子查询条件,需要使用 merge() 代替 get() 发起数据请求
* 添加 一对多 子查询条件
* @param param {WithParam}

@@ -138,3 +138,3 @@ * @returns Query

/**
* 添加 一对一 子查询条件,需要使用 merge() 代替 get() 发起数据请求
* 添加 一对一 子查询条件
* @param param {WithParam}

@@ -282,5 +282,6 @@ * @returns Query

/**
* [该接口已废弃,直接使用 `get()` 代替]
* 发起请求获取文档列表,当使用 with 条件时使用
*
* @deprecated 该接口已废弃,直接使用 `get()` 代替
* @deprecated
*

@@ -287,0 +288,0 @@ * 1. 调用 get() 执行主查询

{
"name": "database-ql",
"version": "0.6.0-alpha.10",
"version": "0.6.0",
"description": "Database interface for laf",

@@ -42,3 +42,3 @@ "main": "dist/commonjs/index.js",

},
"gitHead": "18ee3fd52f39835264255995df6a78d953f1d99d"
"gitHead": "02dfc7c1298f24b2fe9048ccb3dc7fefa3b6cbea"
}

@@ -53,4 +53,12 @@ import * as Geo from './geo/index'

/**
* This method was deprecated, use js native `new RegExp()` instead
* @deprecated
*/
readonly RegExp = RegExpConstructor
/**
* This method is deprecated, not implemented in server side
* @deprecated
*/
readonly serverDate = ServerDateConstructor

@@ -57,0 +65,0 @@

@@ -188,3 +188,3 @@ import { ActionType, OrderByDirection } from './constant'

/**
* 添加 一对多 子查询条件,需要使用 merge() 代替 get() 发起数据请求
* 添加 一对多 子查询条件
* @param param {WithParam}

@@ -207,3 +207,3 @@ * @returns Query

/**
* 添加 一对一 子查询条件,需要使用 merge() 代替 get() 发起数据请求
* 添加 一对一 子查询条件
* @param param {WithParam}

@@ -350,5 +350,6 @@ * @returns Query

/**
* [该接口已废弃,直接使用 `get()` 代替]
* 发起请求获取文档列表,当使用 with 条件时使用
*
* @deprecated 该接口已废弃,直接使用 `get()` 代替
* @deprecated
*

@@ -355,0 +356,0 @@ * 1. 调用 get() 执行主查询

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