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

@nocobase/database

Package Overview
Dependencies
Maintainers
0
Versions
526
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.6.0-alpha.14 to 1.6.0-alpha.15

2

lib/collection.d.ts

@@ -32,3 +32,3 @@ /**

} & BaseDumpRules);
export type MigrationRule = 'overwrite' | 'skip' | 'upsert' | 'schema-only' | 'insert-ignore';
export type MigrationRule = 'overwrite' | 'skip' | 'upsert' | 'schema-only' | 'insert-ignore' | (string & {}) | null;
export interface CollectionOptions extends Omit<ModelOptions, 'name' | 'hooks'> {

@@ -35,0 +35,0 @@ name: string;

{
"name": "@nocobase/database",
"version": "1.6.0-alpha.14",
"version": "1.6.0-alpha.15",
"description": "",

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

"dependencies": {
"@nocobase/logger": "1.6.0-alpha.14",
"@nocobase/utils": "1.6.0-alpha.14",
"@nocobase/logger": "1.6.0-alpha.15",
"@nocobase/utils": "1.6.0-alpha.15",
"async-mutex": "^0.3.2",

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

},
"gitHead": "1bf7648d7cf62fadef4e31535b4907046a952b4a"
"gitHead": "4005cfd4876717aad16e0528513ee682a32d920a"
}
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