Socket
Socket
Sign inDemoInstall

monk

Package Overview
Dependencies
Maintainers
3
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monk - npm Package Versions

13
7

6.0.6

Diff

Changelog

Source

6.0.6 / 2018-05-10

  • Change existing function declarations from properties to functions in order to be able to supply additional typescript definitions to handle a callback scenario
mathieudutour
published 6.0.5 •

Changelog

Source

6.0.5 / 2017-10-06

  • Make monk.get('collection') a typescript template so that every methods have more specific types
  • Make some types more specifics (createIndex, drop, dropIndex, dropIndexes, indexes, remove, stats, update)
mathieudutour
published 6.0.4 •

Changelog

Source

6.0.4 / 2017-09-11

  • Fix typescript types for find (fix #224)
mathieudutour
published 6.0.3 •

Changelog

Source

6.0.3 / 2017-07-31

  • Really export Manager as default as well
mathieudutour
published 6.0.2 •

Changelog

Source

6.0.2 / 2017-07-31

  • Fix typescript types
  • Export Manager as default as well
mathieudutour
published 6.0.1 •

Changelog

Source

6.0.1 / 2017-06-22

  • Fix typo in update method name
mathieudutour
published 6.0.0 •

Changelog

Source

6.0.0 / 2017-06-04

  • Add typescript definition (fix #204)
  • return null when findOneAnd... find nothing (fix #175)
  • remove now uses deleteOne or deleteMany under the hood (fix #178)
  • Add mapReduce method (fix #167)
  • Add geoHaystackSearch method
  • Add geoNear method
  • Add stats method (fix #191)
  • Remove monk specific options used by middleware (fix #203)
  • The only option set globally is castIds. safe is not true by default anymore.
  • Return the cursor in a promise (when using the rawCursor on the find method) so that the entire API has the same return type (a promise)
mathieudutour
published 5.0.2 •

Changelog

Source

5.0.2 / 2017-05-22

  • Emit event from the manager from the underlying db emits an event (fix #189)
mathieudutour
published 5.0.1 •

Changelog

Source

5.0.1 / 2017-05-21

  • Fix typo on requesting middlewares
mathieudutour
published 5.0.0 •

Changelog

Source

5.0.0 / 2017-05-21

  • Remove deprecated methods
  • Middleware architecture! See https://automattic.github.io/monk/docs/middlewares.html for more information
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