Socket
Socket
Sign inDemoInstall

node-sp-auth

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-sp-auth - npm Package Compare versions

Comparing version 3.0.5 to 3.0.6

2

lib/src/config.js

@@ -15,3 +15,3 @@ "use strict";

}
exports.request = got_1.default.extend({ followRedirect: false, rejectUnauthorized: false, throwHttpErrors: false, retry: 0 });
exports.request = got_1.default.extend({ followRedirect: false, https: { rejectUnauthorized: false }, throwHttpErrors: false, retry: 0 });
function setup(config) {

@@ -18,0 +18,0 @@ if (config.requestOptions) {

{
"version": "3.0.5",
"version": "3.0.6",
"name": "node-sp-auth",

@@ -65,3 +65,3 @@ "author": "Sergei Sergeev <sergeev.srg@gmail.com> (https://github.com/s-KaiNet)",

"eslint": "^7.3.0",
"mocha": "^8.4.0",
"mocha": "^10.0.0",
"nyc": "15.1.0",

@@ -83,3 +83,3 @@ "rimraf": "3.0.2",

"global-agent": "2.1.12",
"got": "10.7.0",
"got": "11.8.5",
"jsonwebtoken": "8.5.1",

@@ -86,0 +86,0 @@ "lodash.template": "4.5.0",

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