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-beta2 to 0.2.2-beta20

dist/index.d.ts

36

package.json
{
"name": "@markprompt/web",
"version": "0.2.2-beta2",
"description": "Prompt web component for Markprompt",
"main": "index.js",
"version": "0.2.2-beta20",
"description": "A web component for adding GPT-4 powered search using the Markprompt API.",
"author": "Motif",
"main": "dist/index.cjs",
"typings": "dist/index.d.ts",
"module": "dist/markprompt.esm.js",
"license": "MIT",
"author": "Motif",
"type": "module",
"sideEffects": false,
"files": [
"README.md",
"dist"
],
"exports": {
"import": "./dist/markprompt.esm.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
},
"repository": {

@@ -13,7 +26,11 @@ "type": "git",

},
"type": "module",
"module": "index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "npx tsc -b",
"dev": "npx tsc -b -w"
"build": "./scripts/build.sh --external:react --external:react-dom",
"dev": "npx tsc -b -w",
"build-tsc": "npx tsc -b",
"build-vite": "vite build",
"vite": "vite"
},

@@ -31,4 +48,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