New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

kauth-sdk-node

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kauth-sdk-node - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

README.md

2

dist/index.d.ts

@@ -5,1 +5,3 @@ export { KauthConfig } from './common/config/config';

export { GoogleAuthenticator, MoziAuthenticator, AuthenticationInformation, JsonWebTokenAuthenticationProvider } from './authenticator';
export { MoziAuthenticationInformation } from './authenticator/mozi';
export { GoogleAuthenticationInformation } from './authenticator/google';

@@ -11,1 +11,5 @@ "use strict";

Object.defineProperty(exports, "JsonWebTokenAuthenticationProvider", { enumerable: true, get: function () { return authenticator_1.JsonWebTokenAuthenticationProvider; } });
var mozi_1 = require("./authenticator/mozi");
Object.defineProperty(exports, "MoziAuthenticationInformation", { enumerable: true, get: function () { return mozi_1.MoziAuthenticationInformation; } });
var google_1 = require("./authenticator/google");
Object.defineProperty(exports, "GoogleAuthenticationInformation", { enumerable: true, get: function () { return google_1.GoogleAuthenticationInformation; } });

2

package.json
{
"name": "kauth-sdk-node",
"version": "0.0.13",
"version": "0.0.14",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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