Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 1.2.1 to 1.2.2

5

lib/src/auth/resolvers/OnlineUserCredentials.js

@@ -18,3 +18,4 @@ "use strict";

this._authOptions = _authOptions;
_authOptions.username = _authOptions.username
this._authOptions = _.extend({}, _authOptions);
this._authOptions.username = this._authOptions.username
.replace(/&/g, '&')

@@ -25,3 +26,3 @@ .replace(/"/g, '"')

.replace(/>/g, '>');
_authOptions.password = _authOptions.password
this._authOptions.password = this._authOptions.password
.replace(/&/g, '&')

@@ -28,0 +29,0 @@ .replace(/"/g, '"')

2

package.json
{
"version": "1.2.1",
"version": "1.2.2",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc