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.12.0 to 0.12.1

dist/docsearch.d.ts

2

dist/types.d.ts

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

import { type DocSearchHit } from '@docsearch/react/dist/esm/types/DocSearchHit.js';
import type { DocSearchHit } from './docsearch.js';
export type RequiredKeys<T, K extends keyof T> = Required<Pick<T, K>> & Omit<T, K>;

@@ -3,0 +3,0 @@ export type OpenAIChatCompletionsModelId = 'gpt-4' | 'gpt-3.5-turbo';

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

import {} from '@docsearch/react/dist/esm/types/DocSearchHit.js';
export {};
//# sourceMappingURL=types.js.map
{
"name": "@markprompt/core",
"version": "0.12.0",
"version": "0.12.1",
"repository": {

@@ -24,3 +24,2 @@ "type": "git",

"@algolia/client-search": "^4.19.1",
"@docsearch/react": "^3.5.1",
"defaults": "^2.0.1"

@@ -27,0 +26,0 @@ },

Sorry, the diff of this file is not supported yet

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