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

xpress-mongo

Package Overview
Dependencies
Maintainers
1
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xpress-mongo - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "xpress-mongo",
"version": "2.0.0",
"version": "2.0.1",
"description": "Light Weight ODM for mongoDb",

@@ -5,0 +5,0 @@ "main": "index.js",

# Xpress Mongo
Note: **Version 2, uses mongodb new v4 which includes breaking changes**.
Note: **Version 2, uses mongodb new v4 which includes breaking changes**.
See mongodb change log for more details. [Mongodb Native Client 4.0 Change Log](https://github.com/mongodb/node-mongodb-native/blob/4.0/docs/CHANGES_4.0.0.md)
## Installation
```sh
npm i xpress-mongo@next
# OR
yarn add xpress-mongo@next
```
## About
A light mongodb model/helper library for nodejs, provides modeling for your documents while keeping you very close to
mongodb native syntax which is always recommended.
**xpress-mongo** is not bond to the xpresser framework but was built by same developers, so we decided to host its
Documentation: [https://xpresserjs.com/xpress-mongo](https://xpresserjs.com/xpress-mongo/)
Note: **xpress-mongo** is not bond to the xpresser framework but was built by same developers, so we decided to host its
documentation on the xpresser website.
Documentation: [https://xpresserjs.com/xpress-mongo](https://xpresserjs.com/xpress-mongo/)
## Contribution
We are always open to suggestions and contributions 😎, feel free to pull, modify and push.
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