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.7 to 1.0.8

.travis.yml

8

HISTORY.md

@@ -0,1 +1,9 @@

#### v1.0.8
* Added travis build checking
* Updated dependencies
#### v1.0.7
* Fixed wrapping issues with --help.
* Added --version option
#### v1.0.6

@@ -2,0 +10,0 @@ * Updated dependencies

2

lib/index.js

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

// Generated by CoffeeScript 1.9.2
// Generated by CoffeeScript 1.9.3
(function() {

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

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

@@ -8,12 +8,12 @@ "main": "lib/index.js",

"ddp": "^0.11.0",
"read": "^1.0.5",
"async": "^0.9.0",
"yargs": "^3.9.0"
"read": "^1.0.6",
"async": "^1.2.1",
"yargs": "^3.10.0"
},
"devDependencies": {
"coffee-script": "^1.9.2",
"mocha": "^2.2.4",
"chai": "^2.3.0",
"rewire": "^2.3.3",
"sinon": "^1.14.1"
"coffee-script": "^1.9.3",
"mocha": "^2.2.5",
"chai": "^3.0.0",
"rewire": "^2.3.4",
"sinon": "^1.15.3"
},

@@ -45,3 +45,3 @@ "scripts": {

"author": "Vaughn Iverson",
"license": "MIT/X11"
"license": "MIT"
}
ddp-login
====================================
[![Build Status](https://travis-ci.org/vsivsi/ddp-login.svg)](https://travis-ci.org/vsivsi/ddp-login)
ddp-login is a node.js npm package providing a simple way to authenticate with a [Meteor](https://www.meteor.com/) server programmatically (as opposed to from within a browser) using the [DDP protocol](https://github.com/meteor/meteor/blob/devel/packages/ddp/DDP.md). It provides both a Javascript API and a command-line tool that can be used from within your favorite shell.

@@ -148,2 +150,2 @@

The `plaintext` fallback is insecure on the wire (when not using SSL encryption), which is why it is not enabled by default.
The `plaintext` fallback is insecure on the wire (when not using SSL encryption), which is why it is not enabled by default.
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