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.53 to 1.0.54

2

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

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

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

getDocumentList: api_1.HTTP([], ''),
getExamineList: api_1.HTTP([], ''),
applyDocument: api_1.HTTP([], ''),

@@ -18,0 +19,0 @@ reviewDocument: api_1.HTTP([], ''),

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

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

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

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

@@ -44,3 +48,3 @@ { id: string, userid: string },

reviewDocument: HTTP<
{ id: string, agree: number, refuse: number, userid: string ,status: string},
{ id: string, agree: number, refuse: number, userid: string, status: string },
{ status: number; data?: any; msg?: string }

@@ -47,0 +51,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