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
4
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.83 to 1.0.84

2

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

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

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

getExamineList: api_1.HTTP([], ''),
getExamineCount: api_1.HTTP([], ''),
checkExamineDocument: api_1.HTTP([], ''),

@@ -20,0 +21,0 @@ applyDocument: api_1.HTTP([], ''),

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

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

@@ -46,2 +46,6 @@ /**

>([], ''),
getExamineCount: HTTP<
{ examine: string, type: string, task: string, userid: string, status: string },
{ status: number; data?: any; msg?: string }
>([], ''),
checkExamineDocument: HTTP<

@@ -48,0 +52,0 @@ { contentId: string, deptName: string },

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

idea?: object[],
inventory_docs:[]
}

@@ -74,0 +75,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