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

@botpress/chat

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@botpress/chat - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

dist/watchdog.d.ts

4

dist/jsonwebtoken.d.ts
import type * as jwt from 'jsonwebtoken';
declare const module: typeof jwt | null;
export default module;
declare const packageModule: typeof jwt | null;
export default packageModule;
import { EventEmitter } from './event-emitter';
import { EventSourceEmitter } from './eventsource';
import { Types } from './gen/signals';
import { WatchDog } from './watchdog';
type _Signals = Types & {

@@ -18,2 +19,3 @@ unknown: {

source: EventSourceEmitter;
watchdog: WatchDog;
};

@@ -20,0 +22,0 @@ export type Signals = {

{
"name": "@botpress/chat",
"version": "0.4.1",
"version": "0.4.2",
"description": "Botpress Chat API Client",

@@ -5,0 +5,0 @@ "main": "./dist/index.cjs",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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