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

jwt-mongo-sms

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jwt-mongo-sms - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

CHANGELOG.md

5

package.json
{
"name": "jwt-mongo-sms",
"version": "2.2.1",
"version": "2.2.2",
"description": "Authentication using JSON web tokens, Mongo DB, and Twilio SMS",

@@ -50,6 +50,3 @@ "license": "ISC",

"eslint-plugin-import": "^2.7.0"
},
"engines": {
"node": "8.4.0"
}
}

6

README.md

@@ -5,4 +5,2 @@ # jwt-mongo-sms

DISCLAIMER: This package is new and continually changing. We made this specifically for our team, but it's getting more installations than anticipated. If you experience bugs, please upgrade to the latest version and check the docs for changes. You can also post an issue on GitHub!
## Installation

@@ -112,1 +110,5 @@

* Indexes the auth and users collections respectively. Each defaults to a unique index on `phoneNumber` for faster lookup and data integrity. See the [MongoDB documentation](http://mongodb.github.io/node-mongodb-native/2.1/api/Collection.html#createIndex) for more info on `fieldOrSpec` and `options`.
## Issues
If you experience bugs, try upgrading to the latest version and checking the [changelog](CHANGELOG.md). You can also post an issue on GitHub!
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