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

@sollinked/sdk

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sollinked/sdk - npm Package Compare versions

Comparing version 1.3.0 to 1.3.2

3

dist/src/Account/types.d.ts

@@ -35,2 +35,3 @@ import { AuthCallParams } from "../../types";

is_verified: boolean;
holiday_mode: boolean;
tags?: UserTag[];

@@ -75,2 +76,3 @@ };

is_verified: boolean;
holiday_mode: boolean;
tags?: UserTag[];

@@ -85,2 +87,3 @@ };

is_verified: boolean;
holiday_mode: boolean;
tags?: UserTag[];

@@ -87,0 +90,0 @@ };

@@ -48,2 +48,4 @@ import { AuthCallParams } from "../../types";

display_name?: string;
is_verified: boolean;
holiday_mode: boolean;
};

@@ -50,0 +52,0 @@ export type GetMailParams = {

@@ -35,2 +35,3 @@ import { jsx as _jsx } from "react/jsx-runtime";

is_verified: false,
holiday_mode: false,
};

@@ -37,0 +38,0 @@ const SollinkedContext = createContext({

2

package.json
{
"name": "@sollinked/sdk",
"version": "1.3.0",
"version": "1.3.2",
"description": "SDK for Sollinked",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -36,2 +36,3 @@ import { AuthCallParams } from "../../types";

is_verified: boolean;
holiday_mode: boolean;
tags?: UserTag[];

@@ -80,2 +81,3 @@ }

is_verified: boolean;
holiday_mode: boolean;
tags?: UserTag[];

@@ -91,2 +93,3 @@ }

is_verified: boolean;
holiday_mode: boolean;
tags?: UserTag[];

@@ -93,0 +96,0 @@ }

@@ -52,2 +52,4 @@ import { AuthCallParams } from "../../types";

display_name?: string;
is_verified: boolean;
holiday_mode: boolean;
}

@@ -54,0 +56,0 @@

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