New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

massive

Package Overview
Dependencies
Maintainers
0
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

massive - npm Package Versions

1
12

6.0.0-rc.1

Diff

Changelog

Source

6.0.0-rc.1 (2019-08-15)

Bug Fixes

  • ignore dropped columns (8a1136b)
dmfay
published 6.0.0-rc.0 •

Changelog

Source

6.0.0-rc.0 (2019-08-13)

⚠ BREAKING CHANGES

  • resultset decomposition now creates descendants as arrays by default. The 'array' decomposition schema element is no longer recognized, and has been replaced by a 'decomposeTo' element. Set this latter to 'object' to create descendants as objects.
  • deps: ES6 generators, and versions of Node prior to 7.6, are no longer supported.
  • results used to be implicitly ordered by the relation's primary key, or otherwise by the first column. This is no longer the case; ordering must be specified if it is desired.
  • supporting Readables which target more than one database relation has involved extensive changes to table loading, criteria parsing, and statement generation. These changes are intended to be backwards-compatible, but are marked as a breaking change because they cannot be guaranteed to be so.
  • JSON fields were previously converted to text and sorted alphabetically.

Bug Fixes

  • deps: update coveralls and standard-version (646c22c)
  • empty the entity cache on db.reload() (2cb7164)
  • deps: update commander to v3 (8734df4)
  • deps: update dependency lodash to v4.17.15 (e50b613)
  • deps: update pg-promise to v9 (041ebe6)

Features

  • automatically deep insert when targeting a compound Readable (191f558)

  • create compound Readables with Readable.join() (286efc6)

  • decompose with compound keys (db1d95e)

  • open-ended decomposeTo instead of boolean array flag; default to arrays instead of objects (86e60a0)

  • preserve type when ordering by JSON fields (c286e03), closes #683

  • use 'omit' in join schema for relations not wanted in the decomposed output (3d9ec65)

  • don't add an ORDER BY clause unless explicitly called for (29e2990)

dmfay
published 5.11.2 •

Changelog

Source

5.11.2 (2019-07-17)

Bug Fixes

  • initialize inserts with correct onConflictUpdateExclude option (d868714)
dmfay
published 5.11.1 •

Changelog

Source

5.11.1 (2019-07-12)

Bug Fixes

  • deps: update dependency lodash to v4.17.14 (9c8c0e8)
  • deps: update dependency pg-promise to v8.7.3 (6699525)
  • deps: update dependency pg-promise to v8.7.4 (3d829ea)
dmfay
published 5.11.0 •

Changelog

Source

5.11.0 (2019-06-03)

Bug Fixes

  • use full name for materialized view refresh() (985a30a)

Features

  • onConflictUpdateExclude option to prevent upserts overwriting specified fields (4c9d9ce)

<a name="5.10.0"></a>

dmfay
published 5.10.0 •

Changelog

Source

5.10.0 (2019-05-19)

Bug Fixes

  • return real error for incomplete args to Readable.search and searchDoc (c251495)
  • return real error in saveDoc/saveDocs (6fa2d88)

Features

  • onConflictUpdate option for true upserts in db.mytable.insert (a4cf534)

<a name="5.7.5"></a>

dmfay
published 5.9.0 •

Changelog

Source

5.10.0 (2019-05-19)

Bug Fixes

  • return real error for incomplete args to Readable.search and searchDoc (c251495)
  • return real error in saveDoc/saveDocs (6fa2d88)

Features

  • onConflictUpdate option for true upserts in db.mytable.insert (a4cf534)

<a name="5.7.5"></a>

dmfay
published 5.8.0 •

dmfay
published 5.7.7 •

dmfay
published 5.7.6 •

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