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.9 to 0.0.10

6

dist/index.d.ts

@@ -1,3 +0,3 @@

export * from './common/config/config';
export * from './common/http/kauth';
export * from './authenticator';
export { KauthConfig } from './common/config/config';
export { KauthApi } from './common/http/kauth';
export { GoogleAuthenticator, MoziAuthenticator, AuthenticationInformation, JsonWebTokenAuthenticationProvider } from './authenticator';
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./common/config/config"), exports);
__exportStar(require("./common/http/kauth"), exports);
__exportStar(require("./authenticator"), exports);
var kauth_1 = require("./common/http/kauth");
Object.defineProperty(exports, "KauthApi", { enumerable: true, get: function () { return kauth_1.KauthApi; } });
var authenticator_1 = require("./authenticator");
Object.defineProperty(exports, "GoogleAuthenticator", { enumerable: true, get: function () { return authenticator_1.GoogleAuthenticator; } });
Object.defineProperty(exports, "MoziAuthenticator", { enumerable: true, get: function () { return authenticator_1.MoziAuthenticator; } });
Object.defineProperty(exports, "JsonWebTokenAuthenticationProvider", { enumerable: true, get: function () { return authenticator_1.JsonWebTokenAuthenticationProvider; } });
{
"name": "kauth-sdk-node",
"version": "0.0.9",
"version": "0.0.10",
"description": "",

@@ -11,3 +11,3 @@ "main": "dist/index.js",

"scripts": {
"clean": "rimraf dist",
"clean": "rimraf dist coverage",
"build": "npm run clean && tsc",

@@ -14,0 +14,0 @@ "type-check": "tsc --noEmit",

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