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

@chatium/sdk

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chatium/sdk - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

1

lib/ChatiumAppRequestToken.d.ts

@@ -8,2 +8,3 @@ import { ChatiumAuthType } from './ChatiumAuth';

atp?: ChatiumAuthType;
akey?: string;
tkn?: string;

@@ -10,0 +11,0 @@ uid?: string;

@@ -14,3 +14,7 @@ "use strict";

(!raw.uqid || typeof raw.uqid === 'string') &&
(!raw.aid || (typeof raw.aid === 'number' && typeof raw.tkn === 'string' && typeof raw.atp === 'string')) &&
(!raw.aid ||
(typeof raw.aid === 'number' &&
typeof raw.tkn === 'string' &&
typeof raw.atp === 'string' &&
(!raw.akey || typeof raw.akey === 'string'))) &&
(!raw.uid ||

@@ -17,0 +21,0 @@ (typeof raw.uid === 'string' &&

export interface ChatiumAuth {
id: number;
type: ChatiumAuthType;
key?: string;
requestToken: string;

@@ -5,0 +6,0 @@ }

@@ -22,2 +22,3 @@ "use strict";

type: token.atp,
key: token.akey,
requestToken: token.tkn,

@@ -24,0 +25,0 @@ }

2

package.json
{
"name": "@chatium/sdk",
"version": "0.0.7",
"version": "0.0.8",
"description": "SDK for developing custom chatium backends using NodeJS",

@@ -5,0 +5,0 @@ "main": "lib/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