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

massive

Package Overview
Dependencies
Maintainers
2
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

5.5.0

Diff

Changelog

Source

5.5.0 (2018-09-30)

Features

  • introspect and load enums as static db.enums (095266f)

<a name="5.4.0"></a>

dmfay
published 5.4.0 •

Changelog

Source

5.4.0 (2018-09-16)

Bug Fixes

  • package: update commander to version 2.18.0 (c2209ee)
  • package: update lodash to version 4.17.11 (8863a10)
  • correct where generation logic from bad merge (5891b00)

Features

  • load non-pk sequences and get current value (a2912b2)
  • reset and increment sequences (3796b27)
  • restrict returned fields from persistence queries (8a10110)

<a name="5.3.0"></a>

dmfay
published 5.3.0 •

Changelog

Source

5.3.0 (2018-09-07)

Features

  • specify null sorting in order by (149b7b9)

<a name="5.2.1"></a>

dmfay
published 5.2.1 •

Changelog

Source

5.2.1 (2018-09-05)

Bug Fixes

  • package: update glob to version 7.1.3 (f8ec670)
  • package: update pg-promise to version 8.4.6 (8a885f1)

<a name="5.2.0"></a>

dmfay
published 5.2.0 •

Changelog

Source

5.2.0 (2018-08-12)

Bug Fixes

  • package: update commander to version 2.17.0 (74a784f)
  • package: update commander to version 2.17.1 (3b60ea9)

Features

  • keyset pagination on sorted queries (1ce70c7)

<a name="5.1.3"></a>

dmfay
published 5.1.3 •

Changelog

Source

5.1.3 (2018-07-17)

Bug Fixes

  • clean unused params from updates (352969f)

<a name="5.1.2"></a>

dmfay
published 5.1.2 •

Changelog

Source

5.1.2 (2018-07-17)

Bug Fixes

  • filter out nonexistent columns from update generation (e913088)

<a name="5.1.1"></a>

dmfay
published 5.1.1 •

Changelog

Source

5.1.1 (2018-07-12)

Bug Fixes

  • update instance refs properly for cloned executables (fixes #617) (8033cb8)

<a name="5.1.0"></a>

dmfay
published 5.1.0 •

Changelog

Source

5.1.0 (2018-07-06)

Features

  • new loader option for UUID primary keys in document tables (#614) (b8203d4)

<a name="5.0.0"></a>

dmfay
published 5.0.0 •

Changelog

Source

5.0.0 (2018-06-03)

Bug Fixes

  • apply allowedSchemas to function loader (8bcccc3)
  • better error messaging around writing to foreign tables (73cef19)
  • correct behavior for save with tables lacking pks (d87e340)
  • process document search vectors from text for backwards-compatibility (dacb3ec)
  • reject if select options.fields is explicitly empty (fixes #583) (18e05ce)
  • updateDoc takes query options (95760cb)

Code Refactoring

  • change modify to updateDoc for table/document api consistency (373088a)
  • remove deprecated '*' criteria (80fb89d)
  • remove deprecated columns select option (64c294d)
  • remove deprecated db.run (705bd83)
  • remove unary update in favor of save (d2b8d56)

Features

  • add withConnection for tasks (2d13133)
  • allow primary key in update() (c606a8d)
  • brute force copy api for transactions (ceeb202)
  • disable deep insert by default (ed7a655)
  • full document search with stored vector (b8f84f7)
  • introduce order exprs (f42a187)
  • load tables even if they don't have primary keys (0457cc1)
  • metadata in documents (25212d9)
  • support updatable views (fixes #528) (9aac96a)

BREAKING CHANGES

  • empty options.fields is now recognized as an error instead of falling back to '*'
  • db.run is gone; please use db.query instead
  • 'created_at' and 'updated_at' are now reserved keys in documents
  • db.doctable.modify is now db.doctable.updateDoc
  • update() now requires separate criteria and changes objects, use save() to update self-contained record objects
  • field for updateDoc() against non-standard json column name should now be specified with options.body
  • deepInsert option must be truthy to enable this behavior
  • unsafe literal {order: 'string asc'} syntax has been removed
  • find, countDoc, etc no longer accept '*' in place of an empty criteria object
  • using 'columns' option in find etc has been removed; use 'fields' for columns themselves and 'exprs' for potentially unsafe operations
  • functions in disallowed schemas will no longer be loaded

<a name="5.0.0-rc.2"></a>

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