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

@memori.ai/memori-webcomponent

Package Overview
Dependencies
Maintainers
2
Versions
208
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@memori.ai/memori-webcomponent

WebComponent to integrate a Memori in your app or website

  • 0.1.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
190
decreased by-35.15%
Maintainers
2
Weekly downloads
 
Created
Source

Memori WebComponent

WebComponent to integrate a Memori in a web page or web app.

Platforms:

  • MemoryTwin: consumer / creator platform
  • TwinCreator: developer-oriented platform

Uses memori-react under the hood. See demo.

Work in progress

This library is still in development and is not ready for production.

Installation from npm

yarn add @memori.ai/memori-webcomponent
npm install @memori.ai/memori-webcomponent

Embed or usage from CDN

<script
  type="module"
  src="https://unpkg.com/@memori.ai/memori-webcomponent/dist/memori-webcomponent.js"
></script>

Usage

<memori-webcomponent
  memoriName="Memori"
  ownerUserName="nunziofiore"
  tenantID="app.memorytwin.com"
  showShare
  apiURL="https://backend.memori.ai"
  baseURL="https://app.memorytwin.com"
  uiLang="it"
/>

See also

Keywords

FAQs

Package last updated on 07 Dec 2022

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