New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nocobase/plugin-kanban

Package Overview
Dependencies
Maintainers
1
Versions
351
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nocobase/plugin-kanban - npm Package Compare versions

Comparing version 0.20.0-alpha.10 to 0.20.0-alpha.11

8

dist/client/Kanban.Card.Designer.d.ts

@@ -1,4 +0,8 @@

import { SchemaInitializer } from '@nocobase/client';
import { CompatibleSchemaInitializer } from '@nocobase/client';
import React from 'react';
export declare const KanbanCardDesigner: () => React.JSX.Element;
export declare const kanbanCardInitializers: SchemaInitializer;
/**
* @deprecated
*/
export declare const kanbanCardInitializers_deprecated: CompatibleSchemaInitializer;
export declare const kanbanCardInitializers: CompatibleSchemaInitializer;

@@ -1,2 +0,6 @@

import { SchemaInitializer } from '@nocobase/client';
export declare const kanbanActionInitializers: SchemaInitializer;
import { CompatibleSchemaInitializer } from '@nocobase/client';
/**
* @deprecated
*/
export declare const kanbanActionInitializers_deprecated: CompatibleSchemaInitializer;
export declare const kanbanActionInitializers: CompatibleSchemaInitializer;

@@ -5,3 +5,3 @@ module.exports = {

"@formily/shared": "2.3.0",
"@nocobase/client": "0.20.0-alpha.10",
"@nocobase/client": "0.20.0-alpha.11",
"antd": "5.12.8",

@@ -14,5 +14,5 @@ "react": "18.2.0",

"lodash": "4.17.21",
"@nocobase/server": "0.20.0-alpha.10",
"@nocobase/test": "0.20.0-alpha.10",
"@nocobase/server": "0.20.0-alpha.11",
"@nocobase/test": "0.20.0-alpha.11",
"antd-style": "3.4.5"
};
{
"name": "@nocobase/plugin-kanban",
"version": "0.20.0-alpha.10",
"version": "0.20.0-alpha.11",
"main": "dist/server/index.js",

@@ -17,3 +17,3 @@ "homepage": "https://docs.nocobase.com/handbook/block-kanban",

},
"gitHead": "453e0774dae21750e96c7ddd2019c8889a0314d6",
"gitHead": "ed56e8464869fefbd6e263a2358fc14930c22f96",
"keywords": [

@@ -20,0 +20,0 @@ "Blocks"

Sorry, the diff of this file is too big to display

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