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

@advertising-all/basic-user-api

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@advertising-all/basic-user-api - npm Package Compare versions

Comparing version 1.0.56 to 1.0.57

2

dist/package.json
{
"name": "@advertising-all/basic-user-api",
"version": "1.0.56",
"version": "1.0.57",
"description": "你好示例API",

@@ -5,0 +5,0 @@ "main": "dist/src/index.js",

@@ -50,3 +50,7 @@ "use strict";

*/
getExternalUserInfo: api_1.HTTP([], "")
getExternalUserInfo: api_1.HTTP(["user"], ""),
/*
* 绿道获取用户信息
*/
getExternalAppInfo: api_1.HTTP([], "")
};
{
"name": "@advertising-all/basic-user-api",
"version": "1.0.56",
"version": "1.0.57",
"description": "你好示例API",

@@ -5,0 +5,0 @@ "main": "dist/src/index.js",

@@ -93,3 +93,14 @@ import { HTTP } from "@vmm/api";

}
>(["user"], ""),
/*
* 绿道获取用户信息
*/
getExternalAppInfo: HTTP<
{},
{
status: number,
data?: any,
msg?: string
}
>([], "")
};
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