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.38.6 to 0.38.7

3

dist/chat/index.js

@@ -106,3 +106,2 @@ import defaults from 'defaults';

checkAbortSignal(options.signal);
// eslint-disable-next-line prefer-const
const completion = {};

@@ -113,3 +112,2 @@ const stream = res.body

.getReader();
// eslint-disable-next-line no-constant-condition
while (true) {

@@ -124,3 +122,2 @@ const { value: event, done } = await stream.read();

}
// eslint-disable-next-line prefer-const
const json = JSON.parse(event.data);

@@ -127,0 +124,0 @@ if (!isChatCompletionChunk(json)) {

@@ -16,3 +16,2 @@ import defaults from 'defaults';

try {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const { limit = DEFAULT_SUBMIT_SEARCH_QUERY_OPTIONS.limit, apiUrl } = options ?? {};

@@ -19,0 +18,0 @@ const resolvedOptions = defaults({ limit, apiUrl }, {

2

package.json
{
"name": "@markprompt/core",
"version": "0.38.6",
"version": "0.38.7",
"repository": {

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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