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

@rlvt/datasources-query-openapi-client

Package Overview
Dependencies
Maintainers
7
Versions
566
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rlvt/datasources-query-openapi-client - npm Package Compare versions

Comparing version 0.0.0-90278ca to 0.0.0-9120ea5

11

build/definitions.d.ts

@@ -45,2 +45,3 @@ export declare type CPMeta = {

'query': string | (string)[];
'excludeQuery'?: string;
'userIds': (string)[];

@@ -57,2 +58,12 @@ 'date': {

};
'excludeDate'?: {
'start': Date;
'end': Date;
} | {
'end': Date;
} | {
'start': Date;
} | {
'duration': number;
};
'limit': number;

@@ -59,0 +70,0 @@ };

2

package.json
{
"name": "@rlvt/datasources-query-openapi-client",
"version": "0.0.0-90278ca",
"version": "0.0.0-9120ea5",
"description": "Openapi client for reelevant service",

@@ -5,0 +5,0 @@ "main": "build/index.js",

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