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

@markprompt/core

Package Overview
Dependencies
Maintainers
1
Versions
105
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.26.1 to 0.26.2

6

dist/types.d.ts

@@ -20,3 +20,9 @@ import type { DocSearchHit } from './docsearch.js';

export interface SearchResult extends SearchResultSection {
/**
* Reference file.
*/
file: FileReferenceFileData;
/**
* Match type.
*/
matchType: 'title' | 'leadHeading' | 'content';

@@ -23,0 +29,0 @@ }

5

package.json
{
"name": "@markprompt/core",
"version": "0.26.1",
"version": "0.26.2",
"repository": {

@@ -32,4 +32,5 @@ "type": "git",

"devDependencies": {
"@types/defaults": "^1.0.6"
"@types/defaults": "^1.0.6",
"msw": "^1.3.0"
}
}
dist/types.d.ts.map

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