New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

danielbonifacio-sdk

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

danielbonifacio-sdk - npm Package Compare versions

Comparing version 2.8.0 to 2.8.1

2

dist/Service.d.ts

@@ -5,5 +5,5 @@ import { AxiosRequestConfig, AxiosResponse } from "axios";

protected static getData: typeof getData;
static setRequestInterceptors(onFulfilled: (request: AxiosRequestConfig) => AxiosRequestConfig | Promise<AxiosRequestConfig>, onRejected: (error: any) => any): void;
static setRequestInterceptors(onFulfilled: (request: AxiosRequestConfig) => AxiosRequestConfig | Promise<AxiosRequestConfig>, onRejected?: (error: any) => any): void;
}
declare function getData<T>(res: AxiosResponse<T>): T;
export default Service;
{
"name": "danielbonifacio-sdk",
"version": "2.8.0",
"version": "2.8.1",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

@@ -15,3 +15,3 @@ import axios, { AxiosRequestConfig, AxiosResponse } from "axios";

) => AxiosRequestConfig | Promise<AxiosRequestConfig>,
onRejected: (error: any) => any
onRejected?: (error: any) => any
) {

@@ -18,0 +18,0 @@ Http.interceptors.request.use(onFulfilled, onRejected);

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