Socket
Socket
Sign inDemoInstall

cormo

Package Overview
Dependencies
5
Maintainers
5
Versions
171
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.16.3 to 0.16.4

3

lib/connection/index.js

@@ -180,2 +180,5 @@ "use strict";

if (options.apply_description_change) {
if (options.verbose) {
console.log(`Changing ${modelClass.table_name}.${column}'s description to '${property.description}'`);
}
await this._adapter.updateColumnDescription(model, property, options.verbose);

@@ -182,0 +185,0 @@ }

4

package.json
{
"name": "cormo",
"description": "ORM framework for Node.js",
"version": "0.16.3",
"version": "0.16.4",
"keywords": [

@@ -71,3 +71,3 @@ "orm",

},
"gitHead": "1931ecdf33f0f54c914b060b1f7da7a78fd5f6be"
"gitHead": "1606be7b0923f58b7a32f4faa82d209234dab47a"
}
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