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
5
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 2.0.5 to 2.0.6

6

dist/common/http/tool/marmot.js

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

// å…ŧåŽšč€įš„写æŗ•
if (params.userId) {
if (params && params.userId) {
this.setUserId(String(params.userId));

@@ -53,3 +53,3 @@ }

// å…ŧåŽšč€įš„写æŗ•
if (params.userId) {
if (params && params.userId) {
this.setUserId(String(params.userId));

@@ -66,3 +66,3 @@ }

// å…ŧåŽšč€įš„写æŗ•
if (params.userId) {
if (params && params.userId) {
this.setUserId(String(params.userId));

@@ -69,0 +69,0 @@ }

{
"name": "kauth-sdk-node",
"version": "2.0.5",
"version": "2.0.6",
"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