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

@nocobase/database

Package Overview
Dependencies
Maintainers
0
Versions
428
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nocobase/database - npm Package Compare versions

Comparing version 1.3.46-beta to 1.3.47-beta

2

lib/collection.d.ts

@@ -138,3 +138,3 @@ /**

isView(): boolean;
unavailableActions(): string[];
unavailableActions(): any[];
protected sequelizeModelOptions(): {

@@ -141,0 +141,0 @@ modelName: string;

@@ -620,5 +620,2 @@ /**

unavailableActions() {
if (this.options.template === "file") {
return ["create", "update", "destroy"];
}
return [];

@@ -625,0 +622,0 @@ }

{
"name": "@nocobase/database",
"version": "1.3.46-beta",
"version": "1.3.47-beta",
"description": "",

@@ -9,4 +9,4 @@ "main": "./lib/index.js",

"dependencies": {
"@nocobase/logger": "1.3.46-beta",
"@nocobase/utils": "1.3.46-beta",
"@nocobase/logger": "1.3.47-beta",
"@nocobase/utils": "1.3.47-beta",
"async-mutex": "^0.3.2",

@@ -42,3 +42,3 @@ "chalk": "^4.1.1",

},
"gitHead": "f63f7433de426ec069b71c1eb9ed24a17784e990"
"gitHead": "dcc260ecf21d9fcb04ef56f2ec8c4de23a8484f3"
}
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