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

@graywolfai/rest-ts-axios

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graywolfai/rest-ts-axios - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

3

dist/index.d.ts

@@ -6,3 +6,4 @@ import { AxiosRequestConfig, AxiosResponse, CancelStatic, CancelTokenStatic, Method, AxiosInterceptorManager } from "axios";

method?: Type;
params?: NeverIfUnknown<RouteDef["query"]>;
params?: NeverIfUnknown<RouteDef["params"]>;
query?: NeverIfUnknown<RouteDef["query"]>;
data?: NeverIfUnknown<RouteDef["body"]>;

@@ -9,0 +10,0 @@ }

{
"name": "@graywolfai/rest-ts-axios",
"version": "0.2.2",
"version": "0.2.3",
"description": "",

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

"dependencies": {
"@graywolfai/rest-ts": "^0.2.2",
"@graywolfai/rest-ts": "^0.2.3",
"rollup": "^2.9.1"

@@ -50,3 +50,3 @@ },

},
"gitHead": "f2312f1c02ace5b4406d611889438d56084715c5"
"gitHead": "40d0512fb8183a57b9c6571c8ae633f1ffad7546"
}
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