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.1 to 5.0.2

4

Changelog.md

@@ -0,1 +1,5 @@

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

@@ -2,0 +6,0 @@ - Update sql-ddl-sync (no functionality changes; lodash update)

6

package.json

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

],
"version": "5.0.1",
"version": "5.0.2",
"license": "MIT",

@@ -72,3 +72,3 @@ "homepage": "http://dresende.github.io/node-orm2",

"sql-ddl-sync": "0.3.14",
"sql-query": "0.1.26"
"sql-query": "0.1.27"
},

@@ -85,5 +85,5 @@ "devDependencies": {

"sinon": "6.0.0",
"sqlite3": "4.0.0"
"sqlite3": "4.0.1"
},
"optionalDependencies": {}
}
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