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

waii-sdk-js

Package Overview
Dependencies
Maintainers
0
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

waii-sdk-js - npm Package Compare versions

Comparing version 1.19.4 to 1.19.5

4

dist/src/waii-sdk.d.ts

@@ -11,2 +11,4 @@ import History from "../clients/history/src/History";

import User from "../clients/user/src/User";
import Chat from "../clients/chat/src/Chat";
import Chart from "../clients/chart/src/Chart";
declare class Waii {

@@ -23,2 +25,4 @@ HttpClient: WaiiHttpClient;

User: User;
Chat: Chat;
Chart: Chart;
constructor(url?: string, apiKey?: string);

@@ -25,0 +29,0 @@ initialize(url?: string, apiKey?: string, /* no longer used */ fetch_func?: any): void;

@@ -17,2 +17,4 @@ "use strict";

const User_1 = __importDefault(require("../clients/user/src/User"));
const Chat_1 = __importDefault(require("../clients/chat/src/Chat"));
const Chart_1 = __importDefault(require("../clients/chart/src/Chart"));
class Waii {

@@ -33,2 +35,4 @@ constructor(url = 'http://localhost:9859/api/', apiKey = '') {

this.User = new User_1.default(this.HttpClient);
this.Chart = new Chart_1.default(this.HttpClient);
this.Chat = new Chat_1.default(this.HttpClient);
}

@@ -35,0 +39,0 @@ ;

2

package.json
{
"name": "waii-sdk-js",
"version": "1.19.4",
"version": "1.19.5",
"description": "Typescript / Javascript SDK for the waii api. SQL generation and much more.",

@@ -5,0 +5,0 @@ "main": "dist/src/waii-sdk.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