Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mongojs

Package Overview
Dependencies
Maintainers
4
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongojs - npm Package Versions

1
11

0.9.4

Diff

Changelog

Source

v0.9.4

11 September 2013

mafintosh
published 0.9.3 •

Changelog

Source

v0.9.3

2 September 2013

mafintosh
published 0.9.2 •

mafintosh
published 0.9.1 •

Changelog

Source

v0.9.1

2 September 2013

  • Add test for chained collection names #82
  • avoiding another scrollbar in docs f65a1e8
  • moved repository to mafintosh 534580d
  • avoiding scrollbar in docs c0382ea
mafintosh
published 0.9.0 •

Changelog

Source

v0.9.0

31 August 2013

  • support for chained col names in col array. fixes #42 #42
mafintosh
published 0.8.1 •

Changelog

Source

v0.8.1

31 August 2013

mafintosh
published 0.8.0 •

Changelog

Source

v0.8.0

31 August 2013

  • Fix a couple of db.runCommand() issues #81
  • Add docs for runCommand() #80
  • Fix runCommand() bugs and update tests ba28316
  • moved license out of readme 93588ad
  • added .open and some comments 2ec9b9b
  • Fix runCommand() bugs. 66ae6a1
  • Update runCommand docs b35dd5a
mafintosh
published 0.7.17 •

Changelog

Source

v0.7.17

24 August 2013

  • Expose Database so the prototype can be easily extended #77
  • Fix getCollectionNames so result is the second arg of callback #76
  • Add support for db.getCollectionNames() and a test case for it. #73
  • Fix the mongojs module reference in test-crash.js #74
  • Add Cursor.explain() #69
  • Fixing problems with collections which have the same name as functions #67
  • Create Database function and add db methods to the prototype #65
  • Add support for runCommand #64
  • Add the justOne option to the remove method. #63
  • Add compatibility support for keyf in group command #48
  • Install mongodb refuses until the latest version does not specified directly #47
  • Expose Constructors #43
  • adding batchSize config to Cursor #31
  • updated default safe variable to false #28
  • Updating variable name to fix error #25
  • mongojs group command added. #26
  • Added an example to connection samples #12
  • 1 change in: README.md #11
  • Use non-native parser to parse _id #4
  • Exposing BSON constructors #1
  • return from remove if no docs are found - fixes #75 #75
  • reemitting error in nextTick. fixes #72 #72
  • Add support for both db.runCommand and db.collection.runCommand. Fixes #62. #62
  • Add the justOne option to the remove method and add tests for the remove method. fix #60 #60
  • Fixed #41 #41
  • 0.5.2 rc 67a77c9
  • first commit 061fff5
  • added npm test link 3de3b6f
  • better connection string support aec5e94
  • Use JS parser if native parser is not available 3c05202
  • better test coverage 20f7a5b
  • Refactor: add a Database constructor function and move db object functions to the prototype of said function. a37030a
  • fixed indentation e143b01
  • support for replication sets 54f4676
  • cursor is a 0.10 and 0.8 compat readable stream e20e689
  • exposed all methods from db and collection upwards e99d05a
  • using memolite 1d340be
  • removed normalize function as it serves no purpose with the new JS parser, some style tidy 6d55c1b
  • minor style normalizations 0af4f45
  • sync update and cursor chain tests e25e55c
  • test for streaming cursors e7326e9
  • Better docs f18e2a5
  • more examples in readme aeaa411
  • Add mongo native Db protptype methods to the Database prototype. 26d17aa
  • no more normalizing ids f703899
  • Added replication set to README c52dc8f
  • callback should be optional for all mutators 39c1080
  • docs for streaming cursors f68576f
  • added crash test 5db41d5
  • docs showing single function usage fcd1314
  • updated contributors 8d451fd
  • added proxy support 075c2cb
  • grouped public methods 5818a90
  • replSet config map deprecated but still supported 6bf676c
  • added section on tailable cursors 8995a19
  • added a ._apply method for the db as well 1bf49a3
  • compat with new stream interface 4881917
  • using thunky 3117fb3
  • compatible with mongodb 1.x.x df360a7
  • Add error handling to runCommand functions. f82d356
  • tidy b7c9350
  • Exposing BSON constructors. 6e8ffb3
  • style changes and now exporting a single function 652e088
  • collections is now optional 0afe687
  • mongodb group command added. 5b0b539
  • Missing comma in example 4deb11e
  • Add support for Cursor.explain() abb435e
  • added javascript type to examples 865d281
  • fixed requires d66171a
  • mongodb group command added. a534bc6
  • fixed normalize bug and removed a duplicate toArray method e87d993
  • Fix the code styling and add error handling. fd3b42f
  • Indentation fix in example. 4a9be9a
  • fixed auth issue f033377
  • added close function b03b6e1
  • safe option will now always be set if a callback is given to a collection dca0383
  • fixed cursor config issue 34819d8
  • more docs an supporting explicit docs 8eab6da
  • fixed test in regards to #76 and some formatting e839b01
  • updated homepage, description and keywords 8c21dc0
  • shorthand replSet config syntax fde6ad8
  • added destroy to cursor 9b50821
  • Fixing problems with collection names which have the same name as functions in native 3567157
  • license info c9c525c
  • updated monogdb version 11cb282
  • Added an example to the connections samples to show users that the ['collections'] array is optional on connect. f118ee8
  • tests should work even if not installed in node_modules 06efeee
  • Added getIndexes alias 55e8e63
  • fixed group issue 5ef53da
  • updated desc a6116dc
  • renamed close to disconnect d59f4eb
  • added git link to package.json 65cf8ae
  • fixed feature detection bug with Proxies d293b21
  • npm bump - stricter mongodb version 3555dde
  • we do not require native compilation now d419919
  • Remove duplicate .explain function. df3eef4
  • mongo shell is now mongo API 3b5755d
  • removed deprecated native_parser 2f8c908
  • added ian as a sympathy thing ed3875e
  • .remove returning 0 if something was removed 1191b51
  • exposed native mongodb object through a .client property 69ddb6f
  • using util.inherits 942cf51
  • adding batchSize config to Cursor 0f6cb6c
  • npm bump 8f54fc0
  • timeout is disabled in tailable example 75cef67
  • Another mongo docs link 8b0c428
  • bump 4ff7ea1
  • bump 74c3fd7
  • 0.7.13 - bump 3cec302
  • 0.6.0 - complete refactor 9afee11
  • bump d4e6513
  • bump 9835b78
  • Install mongodb refuses until the latest version does not specified directly. I don't know why. 34c45b3
  • change 1 word: to -> we 5fcb1f0
  • fixed typo a2bf06e
  • npm bump 3c1a871
  • bump b4e192f
  • changed tag line ac10c44
  • npm bump eaeadd9
  • bump 7deb303
  • bump version d51e56f
  • npm version bump bf22b83
  • npm version bump 70c06e1
  • better comment 1135bf0
  • 0.7.16 - bump cd0d397
  • git ignore 9a3810a
  • 0.7.14 - bump bbfca87
  • bump 112df62
  • added auto_connect = true ebf22e9
  • 0.7 release bb415cc
  • Added native compilation 6079f88
  • 0.7.12 - bump 9d26012
  • version bump 0939ff4
  • npm bump 8e28a91
  • better error message on bad conf 5b0099d
  • version bump dd81982
  • fixed possible null pointer 3a40661
  • removed redundant object aacfb51
  • fixed typo 20efefb
  • bump 2884029
  • npm bump bf89980
  • Updating the result.db variable to use the correct varible name for path. f599c3b
  • removed the sympathy thing 4ef10e3
  • 0.7.15 - bump 80e84fe
  • version bump 787ad7d
  • 0.7.11 - bump a2d4bfa
  • More typos. abf99f3
  • removed old comment b7872dc
  • collection should be collecitons in config 6e87f2f
  • fixed npm example eb89ed9
  • normalized the links 126220c
  • setting highWaterMark to 0 since the driver buffers f36fc8f
mafintosh
published 0.7.16 •

mafintosh
published 0.7.15 •

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