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

@meetelise/chat

Package Overview
Dependencies
Maintainers
1
Versions
376
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meetelise/chat - npm Package Compare versions

Comparing version 1.0.0-rc.8 to 1.0.0-rc.9

1

dist/index.d.ts

@@ -11,2 +11,3 @@ declare module "src/fetchBuildingInfo" {

userLastName: string | null;
welcomeMessage: string | null;
}

@@ -13,0 +14,0 @@ /**

2

dist/index.js

@@ -115,3 +115,3 @@ // src/fetchBuildingInfo.ts

role: "default",
welcomeMessage: `Hi, I'm ${building.userFirstName}! If you have any questions about ${building.name} or would like to schedule a tour, I'm happy to help.`
welcomeMessage: building.welcomeMessage
});

@@ -118,0 +118,0 @@ const conversation = session.getOrCreateConversation(getChatID());

{
"name": "@meetelise/chat",
"version": "1.0.0-rc.8",
"version": "1.0.0-rc.9",
"description": "",

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

@@ -10,2 +10,3 @@ export interface Building {

userLastName: string | null;
welcomeMessage: string | null;
}

@@ -12,0 +13,0 @@

@@ -28,3 +28,3 @@ import Talk from 'talkjs';

role: 'default',
welcomeMessage: `Hi, I'm ${building.userFirstName}! If you have any questions about ${building.name} or would like to schedule a tour, I'm happy to help.`
welcomeMessage: building.welcomeMessage,
});

@@ -31,0 +31,0 @@ const conversation = session.getOrCreateConversation(getChatID());

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