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
3
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.8.1 to 1.8.2

2

dist/clients/database/src/Database.d.ts

@@ -148,2 +148,2 @@ declare enum DBContentFilterScope {

export default Database;
export { DBConnection, Catalog, Schema, Table, SchemaName, TableName, TableDescriptionPair, TableReference, SchemaDescription, SearchContext, Column, ColumnSampleValues, GetDBConnectionRequest, GetDBConnectionResponse, ModifyDBConnectionRequest, ModifyDBConnectionResponse, GetCatalogRequest, GetCatalogResponse, DBConnectionIndexingStatus, SchemaIndexingStatus };
export { DBConnection, Catalog, Schema, Table, SchemaName, TableName, TableDescriptionPair, TableReference, SchemaDescription, SearchContext, Column, ColumnSampleValues, GetDBConnectionRequest, GetDBConnectionResponse, ModifyDBConnectionRequest, ModifyDBConnectionResponse, GetCatalogRequest, GetCatalogResponse, DBConnectionIndexingStatus, SchemaIndexingStatus, DBContentFilter, DBContentFilterScope, DBContentFilterType };

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.Database = void 0;
exports.DBContentFilterType = exports.DBContentFilterScope = exports.Database = void 0;
const WaiiHttpClient_1 = __importDefault(require("../../../lib/src/WaiiHttpClient"));

@@ -27,3 +27,3 @@ const MODIFY_DB_ENDPOINT = 'update-db-connect-info';

DBContentFilterScope["column"] = "column";
})(DBContentFilterScope || (DBContentFilterScope = {}));
})(DBContentFilterScope || (exports.DBContentFilterScope = DBContentFilterScope = {}));
var DBContentFilterType;

@@ -33,3 +33,3 @@ (function (DBContentFilterType) {

DBContentFilterType["exclude"] = "exclude";
})(DBContentFilterType || (DBContentFilterType = {}));
})(DBContentFilterType || (exports.DBContentFilterType = DBContentFilterType = {}));
exports.Database = (function () {

@@ -36,0 +36,0 @@ return {

{
"name": "waii-sdk-js",
"version": "1.8.1",
"version": "1.8.2",
"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