Huge News!Announcing our $40M Series B led by Abstract Ventures.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.92 to 1.0.93

2

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

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

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

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

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

content: string,
publishTime: string, // 发布时间
publishTime: Date, // 发布时间
author: string, // 作者

@@ -40,3 +40,3 @@ correspondent?:string, //通讯员

commentNumber: number, // 评论量
pushTime: string, // 推送时间
pushTime: Date, // 推送时间
examine: string, // 审核

@@ -58,3 +58,3 @@ agree: number, // 通过数量

content: string,
publishTime: string, // 发布时间
publishTime: Date, // 发布时间
contentId: string,

@@ -67,3 +67,3 @@ author: string, // 作者

commentNumber: number, // 评论量
pushTime: string, // 推送时间
pushTime: Date, // 推送时间
examine: string, // 审核

@@ -70,0 +70,0 @@ agree: number, // 通过数量

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