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

revolt-api

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

revolt-api - npm Package Compare versions

Comparing version 0.5.5-2 to 0.5.5-3

4

dist/index.d.ts

@@ -141,3 +141,3 @@ import type { AxiosRequestConfig } from 'axios';

parts: Count<Path, '/'>;
}>(path: Path, config?: AxiosRequestConfig): Promise<Route['response']>;
}>(path: Path, params?: any, config?: AxiosRequestConfig): Promise<Route['response']>;
/**

@@ -154,3 +154,3 @@ * Send HTTP DELETE request.

parts: Count<Path, '/'>;
}>(path: Path): Promise<Route['response']>;
}>(path: Path, params?: any): Promise<Route['response']>;
/**

@@ -157,0 +157,0 @@ * Send HTTP POST request.

@@ -141,3 +141,3 @@ import type { AxiosRequestConfig } from 'axios';

parts: Count<Path, '/'>;
}>(path: Path, config?: AxiosRequestConfig): Promise<Route['response']>;
}>(path: Path, params?: any, config?: AxiosRequestConfig): Promise<Route['response']>;
/**

@@ -154,3 +154,3 @@ * Send HTTP DELETE request.

parts: Count<Path, '/'>;
}>(path: Path): Promise<Route['response']>;
}>(path: Path, params?: any): Promise<Route['response']>;
/**

@@ -157,0 +157,0 @@ * Send HTTP POST request.

{
"name": "revolt-api",
"version": "0.5.5-2",
"version": "0.5.5-3",
"description": "Revolt API Library",

@@ -22,3 +22,3 @@ "main": "dist/index.js",

"dependencies": {
"@insertish/oapi": "0.1.17",
"@insertish/oapi": "0.1.18",
"axios": "^0.26.1",

@@ -25,0 +25,0 @@ "lodash.defaultsdeep": "^4.6.1"

@@ -236,3 +236,3 @@ // This file was auto-generated by @insertish/oapi!

*/
delete<Path extends DeleteRoutes['path'], Route extends DeleteRoutes & { path: Path, parts: Count<Path, '/'> }>(path: Path, config?: AxiosRequestConfig): Promise<Route['response']>;
delete<Path extends DeleteRoutes['path'], Route extends DeleteRoutes & { path: Path, parts: Count<Path, '/'> }>(path: Path, params?: any, config?: AxiosRequestConfig): Promise<Route['response']>;

@@ -245,3 +245,3 @@ /**

*/
delete<Path extends (DeleteRoutes & { params: undefined })['path'], Route extends DeleteRoutes & { path: Path, parts: Count<Path, '/'> }>(path: Path): Promise<Route['response']>;
delete<Path extends (DeleteRoutes & { params: undefined })['path'], Route extends DeleteRoutes & { path: Path, parts: Count<Path, '/'> }>(path: Path, params?: any): Promise<Route['response']>;

@@ -248,0 +248,0 @@ delete(path: any, params?: any, config?: AxiosRequestConfig): Promise<any> {

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