{"id":18523597,"url":"https://github.com/mongoosejs/mongoose-bson-timestamps","last_synced_at":"2026-02-03T12:03:18.329Z","repository":{"id":245920755,"uuid":"819579674","full_name":"mongoosejs/mongoose-bson-timestamps","owner":"mongoosejs","description":"Implementation of BSON timestamp type for Mongoose","archived":false,"fork":false,"pushed_at":"2024-06-24T20:42:19.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-19T17:05:58.554Z","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/mongoosejs.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-24T19:47:38.000Z","updated_at":"2024-06-24T20:42:22.000Z","dependencies_parsed_at":"2024-06-24T21:09:25.597Z","dependency_job_id":null,"html_url":"https://github.com/mongoosejs/mongoose-bson-timestamps","commit_stats":null,"previous_names":["mongoosejs/mongoose-bson-timestamps"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mongoosejs/mongoose-bson-timestamps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongoosejs%2Fmongoose-bson-timestamps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongoosejs%2Fmongoose-bson-timestamps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongoosejs%2Fmongoose-bson-timestamps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongoosejs%2Fmongoose-bson-timestamps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mongoosejs","download_url":"https://codeload.github.com/mongoosejs/mongoose-bson-timestamps/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongoosejs%2Fmongoose-bson-timestamps/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29045440,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T10:09:22.136Z","status":"ssl_error","status_checked_at":"2026-02-03T10:09:16.814Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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-11-06T17:36:26.241Z","updated_at":"2026-02-03T12:03:16.214Z","avatar_url":"https://github.com/mongoosejs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mongoose-bson-timestamps\nImplementation of BSON timestamp type for Mongoose\n\n## Usage\n\nFirst, `npm install @mongoosejs/bson-timestamp` and import this package.\n\n```javascript\n// Using Node.js `require()`\nconst Timestamp = require('@mongoosejs/bson-timestamp');\n\n// Using ES6 imports\nimport Timestamp from '@mongoosejs/bson-timestamp';\n```\n\nYou can then use `Timestamp` as a schema type in your schema definitions.\n\n```javascript\nconst Timestamp = require('@mongoosejs/bson-timestamp');\nconst mongoose = require('mongoose');\n\nconst schema = new mongoose.Schema({\n  myTimestamp: { type: Timestamp }\n});\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmongoosejs%2Fmongoose-bson-timestamps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmongoosejs%2Fmongoose-bson-timestamps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmongoosejs%2Fmongoose-bson-timestamps/lists"}