You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

passwordless

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

passwordless - npm Package Compare versions

Comparing version

to
1.1.3

9

CHANGELOG.md

@@ -0,1 +1,10 @@

# 1.1.3 (2018-07-14)
Bugfixes:
- FIX a minor bug in the test suite
Features:
- UPDATED dependencies
- ADD new, console-based example
# 1.1.2 (2016-10-22)

@@ -2,0 +11,0 @@

18

package.json
{
"name": "passwordless",
"version": "1.1.2",
"version": "1.1.3",
"description": "A node.js/express module for passwordless authentication",

@@ -34,19 +34,19 @@ "main": "index.js",

"body-parser": "^1.13.1",
"chai": "^3.0.0",
"chai": "^4.1.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.3.5",
"cookie-session": "^1.2.0",
"cookie-session": "^2.0.0-beta.3",
"express": "^4.12.4",
"express-session": "^1.11.3",
"grunt": "^0.4.5",
"grunt": "^1.0.3",
"grunt-contrib-clean": "^1.0.0",
"grunt-jsdoc": "^1.1.0",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.2.5",
"grunt-jsdoc": "^2.2.1",
"grunt-mocha-test": "^0.13.3",
"mocha": "^5.2.0",
"passwordless-tokenstore-test": "*",
"supertest": "^1.0.1"
"supertest": "^3.1.0"
},
"dependencies": {
"bs58": "^3.0.0"
"bs58": "^4.0.1"
}
}