Socket
Socket
Sign inDemoInstall

@discue/mongodb-resource-client

Package Overview
Dependencies
Maintainers
0
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@discue/mongodb-resource-client - npm Package Versions

2345

1.0.0

Diff

Changelog

Source

1.0.0 (2024-08-13)

Features

  • use es6 imports and new event listener interface (3c57fdf)

Refactorings

  • add newline before each top-level describe (3e81549)
  • do not destructure chai.expect twice (b85d32e)
  • move tracing related method to base class (e4a311a)
  • remove all use strict statements (e5a0fce)
  • remove duplicate method (b1a0095)
  • send close event from base class (598b24b)

Chores

  • add eslint rules (f6bbad3)
  • add jsdocs for history module (7a06f1b)
  • convert to esm (60450af)
  • deps-dev: bump @types/node from 20.14.10 to 22.0.2 (3ada0ca)
  • deps-dev: bump eslint from 9.6.0 to 9.8.0 (7ce0d82)
  • deps-dev: bump mocha from 10.6.0 to 10.7.0 (4fb1345)
  • deps-dev: bump typescript from 5.4.5 to 5.5.2 (52c6183)
  • deps-dev: bump typescript from 5.5.3 to 5.5.4 (c8eff71)
  • deps: install emitter supporting to await listeners (4c18422)
  • deps: update open telemetry tracing (64aa2d9)
  • docs: add jsdoch for safe cursor methods (0e7b039)
  • docs: mark private methods as private (45d32d4)
  • docs: update readme (254b159)
  • docs: use correct notation to specify options object for DATE_TRUNC (389194b)
  • fail on error, do not generate md for missing files (7fa4b8e)
  • lock: update jsdoc to enable better docs (355ee4d)
  • remove docs of deleted component (3e83e58)
  • update mongodb hostname for express gui (10caef5)
  • use docker compose without hyphen to run compose commands (1781bb4)
stfsy
published 0.40.0 •

Changelog

Source

0.40.0 (2024-07-07)

Chores

  • aggregations: add date_trunc function (b20024f)
  • aggregations: add more options to DATE_TRUNC (f27f446)
  • aggregrations: add TO_LONG method (c052680)
  • deps-dev: bump @types/node from 20.14.2 to 20.14.9 (3240df5)
  • deps-dev: bump eslint from 9.5.0 to 9.6.0 (16e886c)
  • deps-dev: bump mocha and @types/mocha (da49371)
  • deps-dev: bump mongodb from 6.7.0 to 6.8.0 (75fbcef)
  • deps-dev: bump typescript from 5.4.5 to 5.5.2 (9af00e2)
  • deps: update dependencies (00b83b8)
  • docs: update readme (b2b3831)
stfsy
published 0.39.0 •

Changelog

Source

0.39.0 (2024-06-15)

Features

  • simple-resource: add method to count all children of a resource (9891097)

Bug Fixes

  • simple-storage: get all children method returns undefined children of no children found (6d0d703)

Chores

  • deps-dev: bump @types/node from 20.12.12 to 20.13.0 (d1e3da4)
  • deps-dev: bump eslint from 9.2.0 to 9.4.0 (a1d2f37)
  • deps-dev: bump mongodb from 6.6.2 to 6.7.0 (fa0728c)
  • deps-dev: bump mongodb-memory-server from 9.2.0 to 9.3.0 (143cd7a)
  • deps-dev: bump nodemon from 3.1.0 to 3.1.2 (3c34271)
  • deps: update dependencies (745f4b4)
  • docs: update readme (9d52a76)
  • release: 0.38.1 (08bf398)
stfsy
published 0.38.1 •

Changelog

Source

0.38.1 (2024-06-15)

Bug Fixes

  • simple-storage: get all children method returns undefined children of no children found (8e8dbf0)

Chores

  • deps-dev: bump @types/node from 20.12.12 to 20.13.0 (1e9baeb)
  • deps-dev: bump eslint from 9.2.0 to 9.4.0 (a1d2f37)
  • deps-dev: bump mongodb from 6.6.2 to 6.7.0 (c90a5ae)
  • deps-dev: bump mongodb-memory-server from 9.2.0 to 9.3.0 (143cd7a)
  • deps-dev: bump nodemon from 3.1.0 to 3.1.2 (fb155e2)
  • deps: update dependencies (796e107)
stfsy
published 0.38.0 •

Changelog

Source

0.38.0 (2024-05-18)

stfsy
published 0.37.0 •

Changelog

Source

0.37.0 (2024-05-18)

Bug Fixes

  • one-to-many-resource: fix error when calling close (c10beea)

Chores

  • bind mongo express to port 8888 (4ad4582)
  • check whether desired mongodb port is used before starting another one (1eb6a96)
  • delete unused compose file (f6685e0)
  • docs: mark mongodb client as private (df928d0)
  • require all mongodb queries to use index (8ea132e)
stfsy
published 0.36.0 •

Changelog

Source

0.36.0 (2024-05-17)

Chores

  • base: rename function to enable TS types (4c1e14d)
  • docs: ensure correct jsdoc (41063cd)
  • timeseries: catch error when creating collection (e86b3df)
stfsy
published 0.35.0 •

Changelog

Source

0.35.0 (2024-05-17)

Features

  • add timeseries storage class (f82c23f)
  • simple-resource: enable inserting resource with update fn (b9beab6)

Refactorings

  • move shared logic to base class (b87071b)

Chores

stfsy
published 0.34.0 •

Changelog

Source

0.34.0 (2024-05-01)

Features

  • allow index to be passed as index specification (f2f7660)

Chores

  • add method for indexstats stage (b47d6c8)
  • deps-dev: bump @types/node from 20.12.2 to 20.12.7 (2ac56da)
  • deps-dev: bump eslint from 9.0.0 to 9.1.1 (23b5b06)
  • deps-dev: bump mongodb-memory-server from 9.1.8 to 9.2.0 (4f62030)
  • deps-dev: bump typescript from 5.4.3 to 5.4.5 (d5bcb22)
  • deps: update telemetry tracing (24482a3)
  • docs: make sure all types are detected correctly (4c457e8)
  • docs: update readme (bb56ee7)
  • docs: update readme (ff3a51b)
stfsy
published 0.33.0 •

Changelog

Source

0.33.0 (2024-04-20)

Features

  • create custom indexes too (7c0901d)

Chores

  • docs: update readme (5a41c79)
  • remove url param from all docs and ctors (9d52ce4)
  • simple-resource: use simple index spec (88a8d0a)
  • use new eslint version and config (1a6fb3d)
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