Socket
Socket
Sign inDemoInstall

@meetelise/chat

Package Overview
Dependencies
Maintainers
1
Versions
355
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meetelise/chat

### Helpful commands


Version published
Weekly downloads
1.2K
increased by163.08%
Maintainers
1
Weekly downloads
 
Created
Source

chat-ui

Helpful commands

npm publish
npm start
npm run build

Bookmarklet

To preview the production chat widget on an ad-hoc website, you can use a bookmarklet. Create a bookmark in your browser, but instead of pasting in an http(s) URL, paste in the following code:

javascript:((d) => {
const s = d.createElement('script');
s.type = 'module';
let p = prompt('Enter an org/building URL pair', 'bainbridge/930-central-flats');
if (!p) return;
s.src=`https://unpkg.com/@meetelise/chat#${p}`;
d.body.appendChild(s);
})(document);

This bookmarklet will not work on some pages due to Content Security Policy (CSP) settings, but it will work on https://get.meetelise.com/demo.

FAQs

Package last updated on 26 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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