Socket
Socket
Sign inDemoInstall

@nocobase/plugin-data-visualization

Package Overview
Dependencies
Maintainers
1
Versions
219
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nocobase/plugin-data-visualization - npm Package Compare versions

Comparing version 0.21.0-alpha.8 to 0.21.0-alpha.9

12

dist/externalVersion.js
module.exports = {
"@nocobase/client": "0.21.0-alpha.8",
"@nocobase/client": "0.21.0-alpha.9",
"dayjs": "1.11.10",

@@ -7,4 +7,4 @@ "@formily/react": "2.3.0",

"lodash": "4.17.21",
"@nocobase/cache": "0.21.0-alpha.8",
"@nocobase/server": "0.21.0-alpha.8",
"@nocobase/cache": "0.21.0-alpha.9",
"@nocobase/server": "0.21.0-alpha.9",
"react": "18.2.0",

@@ -17,6 +17,6 @@ "@ant-design/icons": "5.2.6",

"@formily/core": "2.3.0",
"@nocobase/utils": "0.21.0-alpha.8",
"@nocobase/utils": "0.21.0-alpha.9",
"react-i18next": "11.18.6",
"@nocobase/actions": "0.21.0-alpha.8",
"@nocobase/database": "0.21.0-alpha.8"
"@nocobase/actions": "0.21.0-alpha.9",
"@nocobase/database": "0.21.0-alpha.9"
};

@@ -1,1 +0,1 @@

{"name":"koa-compose","description":"compose Koa middleware","repository":"koajs/compose","version":"4.1.0","keywords":["koa","middleware","compose"],"files":["index.js"],"dependencies":{},"devDependencies":{"codecov":"^3.0.0","jest":"^21.0.0","matcha":"^0.7.0","standard":"^10.0.3"},"scripts":{"bench":"matcha bench/bench.js","lint":"standard --fix .","test":"jest --forceExit --coverage"},"jest":{"testEnvironment":"node"},"license":"MIT","_lastModified":"2024-04-15T16:39:45.447Z"}
{"name":"koa-compose","description":"compose Koa middleware","repository":"koajs/compose","version":"4.1.0","keywords":["koa","middleware","compose"],"files":["index.js"],"dependencies":{},"devDependencies":{"codecov":"^3.0.0","jest":"^21.0.0","matcha":"^0.7.0","standard":"^10.0.3"},"scripts":{"bench":"matcha bench/bench.js","lint":"standard --fix .","test":"jest --forceExit --coverage"},"jest":{"testEnvironment":"node"},"license":"MIT","_lastModified":"2024-04-16T15:05:15.630Z"}

@@ -41,2 +41,3 @@ var __defProp = Object.defineProperty;

};
/* istanbul ignore next -- @preserve */
const formatFn = (sequelize, dialect, field, format) => {

@@ -43,0 +44,0 @@ switch (dialect) {

@@ -8,2 +8,3 @@ import { Context, Next } from '@nocobase/actions';

export declare const cacheMiddleware: (ctx: Context, next: Next) => Promise<void>;
export declare const checkPermission: (ctx: Context, next: Next) => Promise<any>;
export declare const query: (ctx: Context, next: Next) => Promise<void>;

@@ -31,2 +31,3 @@ var __create = Object.create;

cacheMiddleware: () => cacheMiddleware,
checkPermission: () => checkPermission,
parseBuilder: () => parseBuilder,

@@ -314,2 +315,3 @@ parseFieldAndAssociations: () => parseFieldAndAssociations,

cacheMiddleware,
checkPermission,
parseBuilder,

@@ -316,0 +318,0 @@ parseFieldAndAssociations,

{
"name": "@nocobase/plugin-data-visualization",
"version": "0.21.0-alpha.8",
"version": "0.21.0-alpha.9",
"displayName": "Data visualization",

@@ -36,3 +36,3 @@ "displayName.zh-CN": "数据可视化",

},
"gitHead": "bed69485709bc8e268285b50debfc1ebfd7a30c7",
"gitHead": "a6fe6c4ee532c04e5a50ec777bf76436ca624cbd",
"keywords": [

@@ -39,0 +39,0 @@ "Blocks"

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