New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 2.1.1 to 2.1.2

3

lib/enums.d.ts

@@ -117,3 +117,4 @@ export declare enum QuerySyntaxEnum {

CastAsUnsigned = 118,
CastAsBinary = 119
CastAsBinary = 119,
ItemWithCustomId = 120
}

@@ -120,0 +121,0 @@ export declare enum FilterResultEnum {

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

QuerySyntaxEnum[QuerySyntaxEnum["CastAsBinary"] = 119] = "CastAsBinary";
QuerySyntaxEnum[QuerySyntaxEnum["ItemWithCustomId"] = 120] = "ItemWithCustomId";
})(QuerySyntaxEnum = exports.QuerySyntaxEnum || (exports.QuerySyntaxEnum = {}));

@@ -123,0 +124,0 @@ var FilterResultEnum;

import { QuerySyntaxEnum, SortingOrderEnum } from './enums';
export declare type ItemWithCustomId = {
id: string;
item: object;
type: QuerySyntaxEnum.ItemWithCustomId;
};
export declare type Fn<T> = (...args: any[]) => T;

@@ -3,0 +8,0 @@ export declare type PrimaryTypes = string | number | boolean | any[] | undefined | null;

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

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