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

@markprompt/web

Package Overview
Dependencies
Maintainers
1
Versions
220
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markprompt/web - npm Package Compare versions

Comparing version 0.2.2-beta13 to 0.2.2-beta14

12

markprompt-content.ts

@@ -190,3 +190,6 @@ import { LitElement, html, css, nothing } from 'lit';

if (typeof file.value !== 'string') return '';
console.log('File value', file.value);
if (typeof file.value !== 'string') {
return '';
}

@@ -220,6 +223,3 @@ return unsafeHTML(file.value);

></div>
<prose-block
class="response"
style="border:4px solid blue; background:orange;"
>
<prose-block class="response" style="border:4px solid blue;">
${this.loading && !(this.answer.length > 0)

@@ -232,3 +232,3 @@ ? html`<animated-caret></animated-caret>`

: nothing}
${this.answer.length > 0
${this.answer.length > 0 && this.references.length > 0
? html`

@@ -235,0 +235,0 @@ <div class="references">

{
"name": "@markprompt/web",
"version": "0.2.2-beta13",
"version": "0.2.2-beta14",
"description": "Prompt web component for Markprompt",

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

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