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

@chego/chego-api

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chego/chego-api - npm Package Compare versions

Comparing version 1.1.2 to 1.1.4

6

lib/interfaces.d.ts

@@ -31,3 +31,3 @@ import { IQueryAndWhere, IQuerySelect } from './interfaces';

initialize(config: any): void;
execute(...queries: IQuery[]): Promise<any>;
execute(queries: IQuery[]): Promise<any>;
}

@@ -79,3 +79,3 @@ export interface IQuerySchemeElement {

export interface IQueryLimit {
limit(offsetOrCount: number, count?: number): IQueryWhere & IQueryOrderBy;
limit(offsetOrCount: number, count?: number): IQueryGroupBy & IQueryOrderBy;
}

@@ -89,3 +89,3 @@ export interface IQueryLT {

export interface IQueryOr {
or: IQueryNot & IQueryEqualTo & IQueryLike & IQueryGT & IQueryLT & IQueryBetween & IQueryWhere;
or: IQueryNot & IQueryEqualTo & IQueryLike & IQueryGT & IQueryLT & IQueryBetween & IQueryWhere & IQueryWrapped;
}

@@ -92,0 +92,0 @@ export interface IQueryOrWhere {

{
"name": "@chego/chego-api",
"version": "1.1.2",
"version": "1.1.4",
"description": "The API layer of Chego modules.",

@@ -5,0 +5,0 @@ "main": "./lib/api.js",

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