Socket
Socket
Sign inDemoInstall

tozny-auth

Package Overview
Dependencies
45
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 1.3.1

2

lib/passport.js

@@ -124,3 +124,3 @@ 'use strict';

promisify(form.parse.bind(form))(req).then(function (formData) {
var fields = formData[0];
var fields = formData;
var signedData = fields[self._signed_data];

@@ -127,0 +127,0 @@ var signature = fields[self._signature];

@@ -104,3 +104,2 @@ 'use strict';

*/
var Realm = function () {

@@ -123,3 +122,2 @@

*/
function Realm(realmKeyId, realmSecret, inApiUrl) {

@@ -126,0 +124,0 @@ (0, _classCallCheck3.default)(this, Realm);

@@ -57,3 +57,2 @@ 'use strict';

*/
var User = function () {

@@ -66,3 +65,2 @@

*/
function User(realmKeyId, inApiUrl) {

@@ -69,0 +67,0 @@ (0, _classCallCheck3.default)(this, User);

{
"name": "tozny-auth",
"description": "API interface for the Tozny authentication service, with Passport strategy for easy integration in Express apps",
"version": "1.3.0",
"version": "1.3.1",
"author": "Tozny <info@tozny.com>",

@@ -6,0 +6,0 @@ "homepage": "https://github.com/tozny/sdk-node",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc