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.0 to 5.0.1

10

Changelog.md

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

### v5.0.1
- Update sql-ddl-sync (no functionality changes; lodash update)
### v5.0.0
- Upgrade to latest `sqlite` & `mysql` package versions
- Upgrade to `pg` 7.x. ORM will not work with `pg` < 7
- Drop support for nodejs < 4 (required due to `pg` upgrade)
- Update dependencies ([#830](../../pull/830))
- You need to upgrade `pg` in your project to version 7.x. Older versions are no longer supported.
- Postgres driver now has an error handler. You will need to add an error listener the the ORM instance returned by `connect` function, otherwise any errors will crash your application as per the [EventEmitter documentation](https://nodejs.org/api/events.html#events_error_events). This makes the Postgres driver consistent with other drivers supported by ORM (those however have reconnecting functionality, which prevents the error from surfacing). Due to the lack of reconnecting functionality, you should set `connection.reconnect` to `false` to avoid connection errors.
- Drop support for nodejs < 4 (required due to `pg` v 7 upgrade)

@@ -6,0 +10,0 @@ ### v4.0.2

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

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

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

"path-is-absolute": "1.0.1",
"sql-ddl-sync": "0.3.13",
"sql-ddl-sync": "0.3.14",
"sql-query": "0.1.26"

@@ -74,0 +74,0 @@ },

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