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

@markprompt/web

Package Overview
Dependencies
Maintainers
1
Versions
229
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-beta12 to 0.2.2-beta13

5

markprompt-content.ts

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

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

@@ -222,0 +225,0 @@ ? html`<animated-caret></animated-caret>`

8

package.json
{
"name": "@markprompt/web",
"version": "0.2.2-beta12",
"version": "0.2.2-beta13",
"description": "Prompt web component for Markprompt",

@@ -17,3 +17,4 @@ "main": "index.js",

"build": "npx tsc -b",
"dev": "npx tsc -b -w"
"dev": "npx tsc -b -w",
"vite": "vite"
},

@@ -31,4 +32,5 @@ "dependencies": {

"devDependencies": {
"typescript": "^5.0.4"
"typescript": "^5.0.4",
"vite": "^4.2.0"
}
}
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