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

@rlvt/datasources-fetcher-openapi-client

Package Overview
Dependencies
Maintainers
6
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.0-b456624 to 0.0.0-ebf93f2

4

build/api.d.ts

@@ -68,2 +68,6 @@ import { AxiosInstance, AxiosRequestConfig } from "axios";

};
sort?: {
by: string;
order: "desc" | "asc";
};
cp?: {

@@ -70,0 +74,0 @@ count: number;

@@ -101,2 +101,6 @@ declare type Id<T> = {} & {

};
'sort'?: {
'by': string;
'order': 'desc' | 'asc';
};
};

@@ -103,0 +107,0 @@ export declare type FdjBetsFetcherOpts = {

2

package.json
{
"name": "@rlvt/datasources-fetcher-openapi-client",
"version": "0.0.0-b456624",
"version": "0.0.0-ebf93f2",
"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