Socket
Socket
Sign inDemoInstall

cormo

Package Overview
Dependencies
11
Maintainers
3
Versions
169
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.12.7 to 0.12.8

2

lib/connection/index.d.ts

@@ -93,3 +93,3 @@ /// <reference types="node" />

_adapter: AdapterType;
readonly adapter: AdapterType;
get adapter(): AdapterType;
/**

@@ -96,0 +96,0 @@ * Model lists using this connection.

@@ -56,3 +56,3 @@ /// <reference types="node" />

skip_log?: boolean;
}): PromiseLike<T>;
}): PromiseLike<T | null>;
stream(): stream.Readable;

@@ -59,0 +59,0 @@ explain(): PromiseLike<any>;

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

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

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

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

"devDependencies": {
"@types/chai": "^4.2.3",
"@types/chai": "^4.2.4",
"@types/inflected": "^1.1.29",
"@types/lodash": "^4.14.141",
"@types/lodash": "^4.14.144",
"@types/mocha": "^5.2.7",
"@types/mongodb": "^3.3.4",
"@types/node": "^10.14.15",
"@types/mongodb": "^3.3.8",
"@types/node": "^12.12.6",
"@types/sinon": "^7.5.0",

@@ -56,9 +56,9 @@ "benchmark": "^2.1.4",

"coffeescript": "^2.4.1",
"crojsdoc": "^0.9.4",
"crojsdoc": "^0.9.5",
"microtime": "^3.0.0",
"mocha": "^6.2.1",
"mongodb": "^3.3.2",
"mocha": "^6.2.2",
"mongodb": "^3.3.3",
"mysql": "^2.17.1",
"pg": "^7.12.1",
"pg-query-stream": "^2.0.0",
"pg-query-stream": "^2.0.1",
"redis": "^2.7.1",

@@ -69,6 +69,6 @@ "rimraf": "^3.0.0",

"ts-node": "^8.4.1",
"tslint": "^5.20.0",
"typescript": "^3.6.3"
"tslint": "^5.20.1",
"typescript": "^3.7.2"
},
"gitHead": "9a57081cbcb4db95adede06e51f18593409cb52e"
"gitHead": "e2d9e9998bb52f971bd42d6d10d310082f1b5c22"
}
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