New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@salestrip/mongodb

Package Overview
Dependencies
Maintainers
6
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@salestrip/mongodb

SalesTrip Engine MongoDB adapter

  • 0.4.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
136
decreased by-38.46%
Maintainers
6
Weekly downloads
 
Created
Source

@salestrip/mongodb

Codefresh build status

SalesTrip Engine MongoDB adapter.

Install

npm i -S bluebird mongodb ramda @salestrip/mongodb

Notes

  • Check peer-dependencies for other peers a client may need to install.
  • Format of DB_URL env var is mongodb://localhost:27017/ste|mongodb://localhost:27017/test?retryWrites=true.
  • Will export two instances named steDb and testDb.

Release

To release a new version, use npm. Using npm version will update the version in package.json before committing the resulting file change to git and adding the appropriate git tag. Pushing a tagged version to origin will trigger a CI deployment to the npm registry.

To release a bugfix update the patch version.

npm version patch
git push
git push --tags

To release a feature update the minor version.

npm version minor
git push
git push --tags

To release a breaking change update the major version.

npm version major
git push
git push --tags

License

Copyright © 2019 SalesTrip Limited. All rights reserved.

Keywords

FAQs

Package last updated on 19 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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