Socket
Socket
Sign inDemoInstall

@nocobase/plugin-data-visualization

Package Overview
Dependencies
0
Maintainers
0
Versions
129
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.6-alpha to 1.2.7-alpha

12

dist/externalVersion.js

@@ -11,3 +11,3 @@ /**

module.exports = {
"@nocobase/client": "1.2.6-alpha",
"@nocobase/client": "1.2.7-alpha",
"dayjs": "1.11.10",

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

"lodash": "4.17.21",
"@nocobase/cache": "1.2.6-alpha",
"@nocobase/server": "1.2.6-alpha",
"@nocobase/cache": "1.2.7-alpha",
"@nocobase/server": "1.2.7-alpha",
"react": "18.2.0",

@@ -27,7 +27,7 @@ "@ant-design/icons": "5.2.6",

"@formily/core": "2.3.0",
"@nocobase/utils": "1.2.6-alpha",
"@nocobase/utils": "1.2.7-alpha",
"react-i18next": "11.18.6",
"sequelize": "6.35.2",
"@nocobase/actions": "1.2.6-alpha",
"@nocobase/database": "1.2.6-alpha"
"@nocobase/actions": "1.2.7-alpha",
"@nocobase/database": "1.2.7-alpha"
};

@@ -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-06-20T04:48:54.726Z"}
{"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-06-24T02:14:13.848Z"}

@@ -35,3 +35,2 @@ /**

var import_query = require("./actions/query");
var import_path = require("path");
class PluginDataVisualizationServer extends import_server.Plugin {

@@ -51,9 +50,2 @@ cache;

async load() {
this.db.addMigrations({
namespace: "data-visulization",
directory: (0, import_path.resolve)(__dirname, "migrations"),
context: {
plugin: this
}
});
this.cache = await this.app.cacheManager.createCache({

@@ -60,0 +52,0 @@ name: "data-visualization",

{
"name": "@nocobase/plugin-data-visualization",
"version": "1.2.6-alpha",
"version": "1.2.7-alpha",
"displayName": "Data visualization",

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

},
"gitHead": "c3a33ebeeb5ca33c0612946e3999cbbb2b7b5dae",
"gitHead": "393313a2a7d183ac72311484e452a2143a90fd02",
"keywords": [

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc