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

ts-retrofit

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-retrofit - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

3

lib/types/baseService.d.ts
import { AxiosResponse } from "axios";
export declare type Response = AxiosResponse;
export interface Response<T = any> extends AxiosResponse {
}
export declare const nonHTTPRequestMethod: (target: any, methodName: string) => void;

@@ -4,0 +5,0 @@ export declare class BaseService {

{
"name": "ts-retrofit",
"version": "1.1.1",
"version": "1.2.0",
"description": "A axios based retrofit implementation for TypeScript.",

@@ -5,0 +5,0 @@ "repository": "https://github.com/nullcc/ts-retrofit",

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