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

@markprompt/core

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markprompt/core - npm Package Compare versions

Comparing version 0.25.5 to 0.26.0

18

dist/types.d.ts

@@ -28,5 +28,11 @@ import type { DocSearchHit } from './docsearch.js';

export interface FileSectionReference extends FileSectionReferenceSectionData {
/**
* Referenced file.
*/
file: FileReferenceFileData;
}
export interface FileSectionReferenceSectionData {
/**
* Metadata associated to the file section.
*/
meta?: {

@@ -42,5 +48,17 @@ leadHeading?: {

export interface FileReferenceFileData {
/**
* File title.
*/
title?: string;
/**
* File path, e.g. URL or GitHub file path.
*/
path: string;
/**
* File metadata.
*/
meta?: object;
/**
* File source.
*/
source: Source;

@@ -47,0 +65,0 @@ }

2

package.json
{
"name": "@markprompt/core",
"version": "0.25.5",
"version": "0.26.0",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

@@ -1,2 +0,2 @@

# `@markprompt/core`
# Markprompt Core

@@ -134,6 +134,10 @@ `@markprompt/core` is the core library for Markprompt, a conversational AI

## Documentation
The full documentation for the package can be found on the
[Markprompt docs](https://markprompt.com/docs/sdk).
## Community
- [X](https://x.com/markprompt)
- [Discord](https://discord.gg/MBMh4apz6X)

@@ -140,0 +144,0 @@ ## Authors

Sorry, the diff of this file is not supported yet

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