Socket
Socket
Sign inDemoInstall

node-sp-auth

Package Overview
Dependencies
76
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

1

lib/src/index.d.ts

@@ -5,1 +5,2 @@ import * as Promise from 'bluebird';

export declare function getAuth(url: string, options: IAuthOptions): Promise<IAuthResponse>;
export * from './auth/IAuthOptions';
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
var AuthResolverFactory_1 = require('./auth/AuthResolverFactory');

@@ -7,1 +10,2 @@ function getAuth(url, options) {

exports.getAuth = getAuth;
__export(require('./auth/IAuthOptions'));

2

package.json
{
"version": "1.0.2",
"version": "1.0.3",
"name": "node-sp-auth",

@@ -4,0 +4,0 @@ "author": "Sergei Sergeev <sergeev.srg@gmail.com>",

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