You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

mysql-easy-type

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mysql-easy-type - npm Package Compare versions

Comparing version

to
1.23.2

2

index.d.ts

@@ -201,3 +201,3 @@ import { Query, Where } from 'mysql-easy-query';

*/
async page(page: PageOptions, ...columns?: ColumnList): { total: number, list: T[] };
page(page: PageOptions, ...columns: ColumnList): Promise<{ total: number, list: T[] }>;

@@ -204,0 +204,0 @@ /**

{
"name": "mysql-easy-type",
"description": "MySQL easy model, easy query. easy typing! Auto generate typescript declaration.",
"version": "1.23.1",
"version": "1.23.2",
"main": "index.js",

@@ -6,0 +6,0 @@ "repository": "https://github.com/yefei/easy-model",