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

@botpress/messaging-client

Package Overview
Dependencies
Maintainers
5
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@botpress/messaging-client - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

0

dist/api.d.ts

@@ -0,0 +0,0 @@ import { Conversation, Endpoint, HealthReport, Message, SyncRequest, SyncResult, User, uuid } from '@botpress/messaging-base';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export interface MessagingClientAuth {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import { uuid } from '@botpress/messaging-base';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Router } from 'express';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Conversation, Endpoint, HealthReport, Message, SyncRequest, SyncResult, User, uuid } from '@botpress/messaging-base';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { uuid } from '@botpress/messaging-base';

@@ -0,0 +0,0 @@ "use strict";

export declare const handleNotFound: <U, T, F extends Function = () => U>(func: F, returnValue: T) => Promise<U | T>;
export declare const handleUnauthorized: <U, T, F extends Function = () => U>(func: F, returnValue: T) => Promise<U | T>;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Message, uuid } from '@botpress/messaging-base';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ export * from '@botpress/messaging-base';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /** Interface for a logger that can be used to get better debugging */

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import { uuid } from '@botpress/messaging-base';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

6

package.json
{
"name": "@botpress/messaging-client",
"version": "1.2.1",
"version": "1.2.2",
"main": "dist/index.js",

@@ -45,3 +45,3 @@ "types": "dist/index.d.ts",

"@botpress/messaging-base": "1.2.0",
"axios": "^0.21.4",
"axios": "^0.27.2",
"cookie": "^0.4.2",

@@ -57,2 +57,2 @@ "joi": "^17.6.0"

"author": ""
}
}

@@ -20,2 +20,5 @@ # Botpress Messaging Client

```ts
// ensure your Express app has the json middleware
app.use(express.json())
// initialize client with your credentials

@@ -22,0 +25,0 @@ const client = new MessagingClient({

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