Socket
Socket
Sign inDemoInstall

ddp-login

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ddp-login - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

HISTORY.md

@@ -0,1 +1,5 @@

#### v1.0.3
* Fixed broken link in README
* Updated dev dependencies
#### v1.0.2

@@ -2,0 +6,0 @@ * Documentation improvements

8

package.json
{
"name": "ddp-login",
"version": "1.0.2",
"version": "1.0.3",
"description": "Login to a Meteor server via DDP and obtain an authentication token",

@@ -14,6 +14,6 @@ "main": "lib/index.js",

"coffee-script": "~1.7.1",
"mocha": "~1.20.1",
"mocha": "~1.21.0",
"chai": "~1.9.1",
"rewire": "~2.0.1",
"sinon": "~1.10.2"
"rewire": "~2.1.0",
"sinon": "~1.10.3"
},

@@ -20,0 +20,0 @@ "scripts": {

@@ -8,3 +8,3 @@ ddp-login

**NOTE:** As of Meteor v0.8.2, the Meteor account database and authentication methods have [changed significantly](https://github.com/meteor/meteor/blob/release-0.8.2/History.md#meteor-accounts). These changes have brought some potential compatibility issues:
**NOTE:** As of Meteor v0.8.2, the Meteor account database and authentication methods have [changed significantly](https://github.com/meteor/meteor/blob/master/History.md#meteor-accounts). These changes have brought some potential compatibility issues:
* As of ddp-login v1.0.0, authenticating with a Meteor server older than v0.8.2 requires the `plaintext` option.

@@ -78,3 +78,3 @@ * For servers v0.8.2 or newer, accounts created on older versions of Meteor will be automatically migrated to the new "BCrypt" account type on first login (either using the Meteor Client or this package.)

} else {
// We are now logged in, with userInfo.token as our session resume auth token.
// We are now logged in, with userInfo.token as our session auth token.
token = userInfo.token;

@@ -81,0 +81,0 @@ }

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