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.7.9 to 1.8.0

dist/clients/authorization/src/Authorization.d.ts

3

dist/src/waii-sdk.d.ts

@@ -50,3 +50,6 @@ export declare let WAII: {

initialize: (url?: string, apiKey?: string) => void;
Authorization: {
authorize: (params: import("../clients/authorization/src/Authorization").AuthRequest, signal?: AbortSignal | undefined) => Promise<{}>;
};
};
export default WAII;

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

const WaiiHttpClient_1 = __importDefault(require("../lib/src/WaiiHttpClient"));
const Authorization_1 = __importDefault(require("../clients/authorization/src/Authorization"));
exports.WAII = (function () {

@@ -26,4 +27,5 @@ return {

},
Authorization: Authorization_1.default
};
})();
exports.default = exports.WAII;

2

package.json
{
"name": "waii-sdk-js",
"version": "1.7.9",
"version": "1.8.0",
"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