Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@manycore/budget-plugin-api

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@manycore/budget-plugin-api - npm Package Compare versions

Comparing version 0.0.1-alpha.1 to 0.0.1-alpha.2

2

package.json
{
"name": "@manycore/budget-plugin-api",
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.2",
"title": "@manycore/budget-plugin-api",

@@ -5,0 +5,0 @@ "description": "清单插件平台二开应用的API",

@@ -6,3 +6,3 @@ import { ServService } from 'servkit';

*/
interface ISheet {
export interface ISheet {
/**

@@ -16,3 +16,3 @@ * 表名称

*/
interface IColumn {
export interface IColumn {
/**

@@ -38,3 +38,3 @@ * 列ID,表内唯一

*/
interface ICellError {
export interface ICellError {
/**

@@ -48,3 +48,3 @@ * 单元格错误信息

*/
interface ICellBase {
export interface ICellBase {
/**

@@ -70,3 +70,3 @@ * 表ID

*/
interface ICell extends ICellBase {
export interface ICell extends ICellBase {
/**

@@ -84,3 +84,3 @@ * 子表也是一个独立的表格,表Id在清单范围内唯一

*/
interface IROW {
export interface IROW {
/**

@@ -103,3 +103,2 @@ * 行ID,表内唯一

* value: 'abc'
*
* },

@@ -120,3 +119,3 @@ * 12: {

*/
interface ITable {
export interface ITable {
/**

@@ -142,3 +141,3 @@ * 表ID,清单内唯一

*/
interface IListingMeta {
export interface IListingMeta {
/**

@@ -227,2 +226,1 @@ * 清单的唯一标识

}
export {};
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