Socket
Socket
Sign inDemoInstall

cormo

Package Overview
Dependencies
Maintainers
3
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cormo - npm Package Compare versions

Comparing version 0.12.6 to 0.12.7

2

lib/adapters/mysql.js

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

try {
client = mysql.createConnection(Object.assign({}, config, { connectTimeout: 2000 }));
client = mysql.createConnection(Object.assign(Object.assign({}, config), { connectTimeout: 2000 }));
client.connectAsync = util_1.default.promisify(client.connect);

@@ -90,0 +90,0 @@ client.queryAsync = util_1.default.promisify(client.query);

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

await this.validate();
return await this.save(Object.assign({}, options, { validate: false }));
return await this.save(Object.assign(Object.assign({}, options), { validate: false }));
}

@@ -1027,2 +1027,3 @@ this._runCallbacks('save', 'before');

}
exports.BaseModel = BaseModel;
/**

@@ -1041,2 +1042,1 @@ * Tracks changes of a record if true

BaseModel._initialize_called = false;
exports.BaseModel = BaseModel;
{
"name": "cormo",
"description": "ORM framework for Node.js",
"version": "0.12.6",
"version": "0.12.7",
"keywords": [

@@ -37,3 +37,3 @@ "orm",

"chalk": "^2.4.2",
"commander": "^3.0.0",
"commander": "^3.0.2",
"inflected": "^2.0.4",

@@ -44,9 +44,9 @@ "lodash": "^4.17.15",

"devDependencies": {
"@types/chai": "^4.2.0",
"@types/chai": "^4.2.3",
"@types/inflected": "^1.1.29",
"@types/lodash": "^4.14.137",
"@types/lodash": "^4.14.141",
"@types/mocha": "^5.2.7",
"@types/mongodb": "^3.2.3",
"@types/mongodb": "^3.3.4",
"@types/node": "^10.14.15",
"@types/sinon": "^7.0.13",
"@types/sinon": "^7.5.0",
"benchmark": "^2.1.4",

@@ -58,4 +58,4 @@ "chai": "^4.2.0",

"microtime": "^3.0.0",
"mocha": "^6.2.0",
"mongodb": "^3.3.0",
"mocha": "^6.2.1",
"mongodb": "^3.3.2",
"mysql": "^2.17.1",

@@ -66,8 +66,9 @@ "pg": "^7.12.1",

"rimraf": "^3.0.0",
"sinon": "^7.4.1",
"sinon": "^7.5.0",
"sqlite3": "^4.1.0",
"ts-node": "^8.3.0",
"tslint": "^5.18.0",
"typescript": "^3.5.3"
}
"ts-node": "^8.4.1",
"tslint": "^5.20.0",
"typescript": "^3.6.3"
},
"gitHead": "9a57081cbcb4db95adede06e51f18593409cb52e"
}
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