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.2.4 to 1.2.5

3

lib/interfaces.d.ts

@@ -1,2 +0,1 @@

import { IQueryAndWhere, IQuerySelect, IQueryUnionAll } from './interfaces';
import { QuerySyntaxEnum } from './enums';

@@ -82,3 +81,3 @@ import { QuerySyntaxTemplate, QueryBuildFunction, AnyButFunction, StringOrProperty, Fn } from './types';

export interface IQueryFrom {
from(...tables: CommandProp[]): IQueryGroupBy & IQueryUnion & IQueryLeftJoin & IQueryRightJoin & IQueryJoin & IQueryFullJoin & IQueryOrderBy & IQueryWhere & IQueryLimit & IQueryWrapped;
from(...tables: CommandProp[]): IQueryGroupBy & IQueryUnion & IQueryUnionAll & IQueryLeftJoin & IQueryRightJoin & IQueryJoin & IQueryFullJoin & IQueryOrderBy & IQueryWhere & IQueryLimit & IQueryWrapped;
}

@@ -85,0 +84,0 @@ export interface IQueryGT {

{
"name": "@chego/chego-api",
"version": "1.2.4",
"version": "1.2.5",
"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