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
3
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.59 to 1.0.62

2

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

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.groupApi = void 0;
var api_1 = require("@vmm/api");

@@ -4,0 +5,0 @@ /**

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.loginApi = void 0;
var api_1 = require("@vmm/api");

@@ -58,3 +59,7 @@ /**

*/
externaLogOut: api_1.HTTP(["user"], "")
externaLogOut: api_1.HTTP(["user"], ""),
/*
* 西北大学登录
*/
xbdxLogin: api_1.HTTP(["user"], "")
};
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.userApi = void 0;
var api_1 = require("@vmm/api");

@@ -4,0 +5,0 @@ /**

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DbApi = void 0;
var api_1 = require("@vmm/api");

@@ -4,0 +5,0 @@ var DbSchema_1 = require("./DbSchema");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.schemasUser = void 0;
var api_1 = require("@vmm/api");

@@ -4,0 +5,0 @@ /**

@@ -13,6 +13,14 @@ "use strict";

};
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.dbSchemas = void 0;
var package_json_1 = require("../package.json");

@@ -39,2 +47,2 @@ var loginApi_1 = require("./api/loginApi");

exports.dbSchemas = __assign({}, DbSchema_1.schemasUser);
__export(require("./db/DbSchema"));
__exportStar(require("./db/DbSchema"), exports);
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.sessions = void 0;
exports.sessions = {

@@ -4,0 +5,0 @@ user: {

{
"name": "@advertising-all/basic-user-api",
"version": "1.0.59",
"version": "1.0.62",
"description": "你好示例API",

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

@@ -115,3 +115,16 @@ import { HTTP } from "@vmm/api";

}
>(["user"], ""),
/*
* 西北大学登录
*/
xbdxLogin: HTTP<
{
ticket
},
{
status: number,
data?: any,
msg?: string
}
>(["user"], "")
};

@@ -37,3 +37,3 @@ import { DbSchema, createDbSchemas } from "@vmm/api";

// 三方moduleName:id
extra?: {}; // 扩展信息
extra?: { [k: string]: any }; // 扩展信息
right?: Array<string>; // 权限

@@ -40,0 +40,0 @@ }>(

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