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

@rlvt/contents-openapi-client

Package Overview
Dependencies
Maintainers
2
Versions
526
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rlvt/contents-openapi-client - npm Package Compare versions

Comparing version 1.0.397 to 1.0.398

16

build/definitions.d.ts

@@ -142,3 +142,3 @@ declare type readonlyP = {

type: "static";
value: string | number | (false) | (true) | string[] | number[];
value: string | number | (false) | (true);
} | {

@@ -149,9 +149,9 @@ type: "dependency";

operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
value: {
value: ({
type: "static";
value: string | number | (false) | (true) | string[] | number[];
value: string | number | (false) | (true);
} | {
type: "dependency";
value: string;
};
})[];
}[];

@@ -164,3 +164,3 @@ } | {

type: "static";
value: string | number | (false) | (true) | string[] | number[];
value: string | number | (false) | (true);
} | {

@@ -171,9 +171,9 @@ type: "dependency";

operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
value: {
value: ({
type: "static";
value: string | number | (false) | (true) | string[] | number[];
value: string | number | (false) | (true);
} | {
type: "dependency";
value: string;
};
})[];
}[];

@@ -180,0 +180,0 @@ } | {

{
"name": "@rlvt/contents-openapi-client",
"version": "1.0.397+2a4a198",
"version": "1.0.398+f196277",
"description": "Openapi client for reelevant service",

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

Sorry, the diff of this file is too big to display

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