Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

orm

Package Overview
Dependencies
Maintainers
2
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

orm - npm Package Compare versions

Comparing version 5.0.4 to 5.0.5

6

Changelog.md

@@ -0,1 +1,6 @@

### v5.0.5
- Update lodash & sql-ddl-sync version to address security vulnerabilities ([845](../../pull/845)
- Node 11+ support (stable sort; see https://github.com/nodejs/node/issues/24294 for details)
- Test against node 12 & 13
### v5.0.4

@@ -8,3 +13,2 @@ - Update sql-query version to address security vulnerabilities ([841](../../pull/841)

### v5.0.2
- Fix rare crash when object slips into postgres `escapeValue` ([dresende/node-sql-query#54](https://github.com/dresende/node-sql-query/pull/54)) ([#833](../../pull/833))

@@ -11,0 +15,0 @@

4

lib/ChainInstance.js

@@ -45,4 +45,4 @@ module.exports = ChainInstance;

}),
sort: promise(function (cb) {
instances.sort(cb);
sort: promise(function (sortFn) {
instances.sort(sortFn);

@@ -49,0 +49,0 @@ return next();

@@ -15,3 +15,3 @@ {

],
"version": "5.0.4",
"version": "5.0.5",
"license": "MIT",

@@ -65,9 +65,9 @@ "homepage": "http://dresende.github.io/node-orm2",

"dependencies": {
"async": "^2.6.2",
"async": "~2.6.3",
"bluebird": "3.5.1",
"enforce": "0.1.7",
"hat": "0.0.3",
"lodash": "^4.17.11",
"lodash": "~4.17.15",
"path-is-absolute": "1.0.1",
"sql-ddl-sync": "0.3.15",
"sql-ddl-sync": "0.3.16",
"sql-query": "0.1.27"

@@ -80,10 +80,10 @@ },

"mongodb": "1.4.10",
"mysql": "2.15.0",
"pg": "7.4.3",
"mysql": "2.17.1",
"pg": "7.12.1",
"semver": "5.5.0",
"should": "13.2.1",
"sinon": "7.2.3",
"sqlite3": "4.0.1"
"sqlite3": "4.1.0"
},
"optionalDependencies": {}
}

Sorry, the diff of this file is not supported yet

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