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.3 to 1.0.4

4

HISTORY.md

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

#### v1.0.4
* Fixed bug with using username to login, thanks to @gadicc for the PR!
* Updated dependencies
#### v1.0.3

@@ -2,0 +6,0 @@ * Fixed broken link in README

4

lib/index.js

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.7.1
// Generated by CoffeeScript 1.8.0
(function() {

@@ -148,3 +148,3 @@ var DDP, async, attemptLogin, crypto, isEmail, login, loginWithAccount, loginWithEmail, loginWithToken, loginWithUsername, plaintextToDigest, read, tryOneAccount, tryOneEmail, tryOneToken, tryOneUser, userPrompt,

return attemptLogin(ddp, {
user: username
username: username
}, password, options[0], cb);

@@ -151,0 +151,0 @@ };

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

@@ -10,7 +10,7 @@ "main": "lib/index.js",

"async": "~0.9.0",
"yargs": "~1.2.6"
"yargs": "~1.3.1"
},
"devDependencies": {
"coffee-script": "~1.7.1",
"mocha": "~1.21.0",
"coffee-script": "~1.8.0",
"mocha": "~1.21.4",
"chai": "~1.9.1",

@@ -17,0 +17,0 @@ "rewire": "~2.1.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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