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

@gtrmt/document-manager-api

Package Overview
Dependencies
Maintainers
2
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gtrmt/document-manager-api - npm Package Compare versions

Comparing version 1.0.144 to 1.0.145

2

dist/package.json
{
"name": "@gtrmt/document-manager-api",
"version": "1.0.144",
"version": "1.0.145",
"description": "稿件管理api",

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

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

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

@@ -9,0 +10,0 @@ exports.Api = {

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

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

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

@@ -4,0 +5,0 @@ exports.schemas = api_1.createDbSchemas({

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.schemaHello = void 0;
const package_json_1 = require("../package.json");

@@ -27,2 +28,2 @@ const Api_1 = require("./api/Api");

var DbSchema_1 = require("./db/DbSchema");
exports.schemaHello = DbSchema_1.schemas;
Object.defineProperty(exports, "schemaHello", { enumerable: true, get: function () { return DbSchema_1.schemas; } });
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.sessions = void 0;
exports.sessions = {

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

{
"name": "@gtrmt/document-manager-api",
"version": "1.0.144",
"version": "1.0.145",
"description": "稿件管理api",

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

@@ -86,2 +86,3 @@ import { DbSchema, createDbSchemas } from '@vmm/api';

inventory_docs: object[],
oneAgree:string[]
}

@@ -88,0 +89,0 @@ export interface IDocumentUser {

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