{"id":16625671,"url":"https://github.com/aleclarson/mongo","last_synced_at":"2026-04-24T19:32:05.272Z","repository":{"id":35778444,"uuid":"40058329","full_name":"aleclarson/mongo","owner":"aleclarson","description":"Adaptor for using MongoDB and Minimongo over DDP","archived":false,"fork":false,"pushed_at":"2018-12-05T16:51:10.000Z","size":82,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-11T12:33:32.513Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aleclarson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-01T19:53:19.000Z","updated_at":"2015-08-06T02:19:15.000Z","dependencies_parsed_at":"2022-08-17T21:35:39.141Z","dependency_job_id":null,"html_url":"https://github.com/aleclarson/mongo","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/aleclarson/mongo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleclarson%2Fmongo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleclarson%2Fmongo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleclarson%2Fmongo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleclarson%2Fmongo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aleclarson","download_url":"https://codeload.github.com/aleclarson/mongo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleclarson%2Fmongo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32238332,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T04:06:45.023Z","updated_at":"2026-04-24T19:32:05.258Z","avatar_url":"https://github.com/aleclarson.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# mongo v1.1.1 [![experimental](http://badges.github.io/stability-badges/dist/experimental.svg)](http://github.com/badges/stability-badges)\n\nThis package is stripped from [meteor/mongo](https://atmospherejs.com/meteor/mongo) and made compatible with [React Native](https://github.com/facebook/react-native).\n\n**Note:** This package is only for client-side usage.\n\n\u0026nbsp;\n\n## usage\n\n```js\nvar Mongo = require('mongo');\nvar Meteor = require('meteor-client');\n\nvar collection = new Mongo.Collection('users', {\n  connection: Meteor.connection,        // The DDP connection to use (defaults to Meteor.connection)\n  autoPublish: false,                   // Used in place of \"meteor/autopublish\"\n  insecure: false,                      // Used in place of \"meteor/insecure\"\n  idGeneration: 'MONGO',                // The method of generating the `_id` fields of new documents in this collection (defaults to 'STRING')\n  transform: function () { /* ... */ }, // Function that is passed the results of `fetch()` or `findOne()`\n});\n```\n\n\u0026nbsp;\n\n## install\n\n```sh\nnpm install aleclarson/mongo#1.1.1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faleclarson%2Fmongo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faleclarson%2Fmongo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faleclarson%2Fmongo/lists"}