New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@36node/auth-sdk

Package Overview
Dependencies
Maintainers
0
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@36node/auth-sdk - npm Package Compare versions

Comparing version 2.2.0 to 2.3.0

8

dist/types.gen.d.ts

@@ -79,2 +79,4 @@ export type AppResult = {

accessToken: string;
avatar?: string;
name?: string;
uid?: string;

@@ -296,2 +298,4 @@ };

accessToken: string;
avatar?: string;
name?: string;
uid?: string;

@@ -368,2 +372,4 @@ id: string;

accessToken?: string;
avatar?: string;
name?: string;
uid?: string;

@@ -885,3 +891,5 @@ };

accessToken?: string;
avatar?: string;
login?: string;
name?: string;
source?: ThirdPartySource;

@@ -888,0 +896,0 @@ uid?: string;

2

package.json
{
"name": "@36node/auth-sdk",
"version": "2.2.0",
"version": "2.3.0",
"description": "36node auth sdk for auth service",

@@ -5,0 +5,0 @@ "source": "src/index.ts",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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