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.100 to 1.0.101

2

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

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

@@ -35,3 +35,6 @@ "use strict";

addLink: api_1.HTTP([], ''),
group: api_1.HTTP([], '')
addTv: api_1.HTTP([], ''),
group: api_1.HTTP([], ''),
// 获取个人统计数据
getStatistics: api_1.HTTP([], ''),
};
{
"name": "@gtrmt/document-manager-api",
"version": "1.0.100",
"version": "1.0.101",
"description": "稿件管理api",

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

@@ -114,6 +114,15 @@ /**

>([], ''),
addTv: HTTP<
{ title: string, link: string, author: string },
{ status: number; data?: any; msg?: string }
>([], ''),
group: HTTP<
{ startTime:Date,endTime:Date},
{ startTime: Date, endTime: Date },
{ status: number; data?: any; msg?: string }
>([], '')
>([], ''),
// 获取个人统计数据
getStatistics: HTTP<
{ id: String },
{ status: number; data?: any; msg?: string }
>([], ''),
};
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