Socket
Socket
Sign inDemoInstall

cormo

Package Overview
Dependencies
32
Maintainers
15
Versions
169
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.1 to 1.2.2

4

lib/model/index.js

@@ -617,3 +617,3 @@ "use strict";

enumerable: true,
value: ids[i],
value: this.query_record_id_as_string ? String(ids[i]) : ids[i],
writable: false,

@@ -975,3 +975,3 @@ });

enumerable: true,
value: id,
value: ctor.query_record_id_as_string ? String(id) : id,
writable: false,

@@ -978,0 +978,0 @@ });

{
"name": "cormo",
"description": "ORM framework for Node.js",
"version": "1.2.1",
"version": "1.2.2",
"keywords": [

@@ -70,3 +70,3 @@ "orm",

},
"gitHead": "3b5e460990900b7c6ffb63ed9e51f9443de11180"
"gitHead": "beb8978584cfa12edb4c10210b8755401906d760"
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc