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.4.0

Diff

Changelog

Source

6.4.0 (2020-05-06)

Features

  • text search parsers (d454d02)
dmfay
published 6.3.1 •

Changelog

Source

6.3.1 (2020-05-04)

Bug Fixes

  • dependency update, especially pg-promise/pg for node v14 support (6e47a30)
dmfay
published 6.3.0 •

Changelog

Source

6.3.0 (2020-04-11)

Features

  • flexible onConflict option for insert (d7b4deb), closes #709

Bug Fixes

  • deps: update dependency commander to v5 (638acba)
  • deps: update dependency murmurhash to v1 (e486959)
  • deps: update dependency pg-promise to v10.4.4 (cdee34f)
  • deps: update dependency pg-promise to v10.5.0 (f6b927e)
  • deps: update dependency pg-query-stream to v3.0.3 (2679895)
  • deps: update dependency pg-query-stream to v3.0.6 (5045850)
  • createDocumentTable sets loader=tables on new relations for visibility in listTables (8cf7c7e)
dmfay
published 6.2.0 •

Changelog

Source

6.2.0 (2020-02-09)

Features

  • support all explicit locking options for SELECT (c19b17c)

Bug Fixes

  • deps: update dependency commander to v4.1.0 (c7c3520)
  • deps: update dependency commander to v4.1.1 (64d22d2)
  • deps: update dependency pg-promise to v10.3.2 (b5d2d9e)
  • deps: update dependency pg-promise to v10.4.3 (81b3d39)
  • deps: update dependency pg-query-stream to v3 (2064bdb)
  • decomposing a resultset missing a schema-defined field will not include explicit undefineds (ee34d87)
  • deps: update dependency pg-query-stream to v2.1.2 (5a970a8)
dmfay
published 6.1.4 •

Changelog

Source

6.1.4 (2019-12-11)

Bug Fixes

  • support IN / NOT IN with an empty array (cc0aa6f)
dmfay
published 6.1.3 •

Changelog

Source

6.1.3 (2019-12-01)

Bug Fixes

  • deps: update dependency pg-promise to v10.3.1 (e86f923)
  • give db clones a clean entityCache (0f15e61)
dmfay
published 6.1.2 •

Changelog

Source

6.1.2 (2019-11-23)

Bug Fixes

  • deps: update dependency commander to v4.0.1 (c66d786)
  • deps: update dependency pg-promise to v10 (6a6d265)
  • get pk constraint info from pg_constraint instead of the information schema (fixes #702) (98561f2)
  • improve pk column recognition in isPkSearch (cacc514)
  • throw on attempted primary key searches of relations without primary keys (fixes #703) (40c1a8b)
  • deps: update dependency commander to v4 (87fc6a7)
  • deps: update dependency glob to v7.1.5 (f4ba198)
  • deps: update dependency glob to v7.1.6 (5f35c27)
  • deps: update dependency pg-promise to v9.3.6 (27888e6)
  • deps: update dependency pg-query-stream to v2.0.1 (144cdf7)
  • throw QueryFile errors (64355f1)
dmfay
published 6.1.1 •

Changelog

Source

6.1.1 (2019-10-06)

Bug Fixes

  • deps: update dependency pg-promise to v9.3.3 (487cda3)
  • ensure common statement options are handled consistently (fixes #694) (da1d29a)
  • deps: update dependency commander to v3.0.2 (bc31e99)
  • deps: update dependency pg-promise to v9.2.1 (b163abf)
dmfay
published 6.1.0 •

Changelog

Source

6.1.0 (2019-09-14)

Bug Fixes

  • deps: update dependency commander to v3.0.1 (a0698df)
  • deps: update dependency pg-promise to v9.1.2 (822b5a4)
  • deps: update dependency pg-promise to v9.1.4 (e44e54f)

Features

dmfay
published 6.0.0 •

Changelog

Source

6.0.0 (2019-09-01)

⚠ 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 commander to v3 (a809736)
  • deps: update coveralls and standard-version (2aaf10a)
  • deps: update dependency lodash to v4.17.15 (e50b613)
  • deps: update dependency pg-promise to v8.7.5 (5ccc343)
  • deps: update eslint to 6.2.2 (e605d3a)
  • deps: update pg-promise to 9.1.0 (9e5c8be)
  • empty the entity cache on db.reload() (c986753)
  • ignore dropped columns (2a63734)
  • deps: update pg-promise to v9 (284bea6)

Features

  • allow overriding the autogenerated join decomposition schema (2e84cb3)

  • automatically deep insert when targeting a compound Readable (3235498)

  • create compound Readables with Readable.join() (75ad213)

  • decompose with compound keys (e934444)

  • decomposeTo 'dictionary' transforms records into id:record maps (6165fb5)

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

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

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

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

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