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
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.40 to 1.0.41

2

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

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

@@ -22,3 +22,4 @@ "use strict";

getWeiboContent: api_1.HTTP([], ''),
appleTitle: api_1.HTTP([], '')
appleTitle: api_1.HTTP([], ''),
getTaskList: api_1.HTTP([], ''),
};
{
"name": "@gtrmt/document-manager-api",
"version": "1.0.40",
"version": "1.0.41",
"description": "稿件管理api",

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

@@ -65,3 +65,7 @@ /**

{ status: number; data?: any; msg?: string }
>([], '')
>([], ''),
getTaskList: HTTP<
{},
{ 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