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.21.2 to 0.21.3

9

dist/feedback.js

@@ -20,3 +20,10 @@ import defaults from 'defaults';

}),
body: JSON.stringify(feedback),
body: JSON.stringify({
...feedback,
// /v1/feedback was using promptId. The new /feedback endpoint
// now uses messageId. We should eventually migrate everything
// to messageId, but now we just copy the promptId parameter
// to messageId, so that it works with both endpoints.
messageId: feedback.promptId,
}),
signal: resolvedOptions?.signal,

@@ -23,0 +30,0 @@ });

2

package.json
{
"name": "@markprompt/core",
"version": "0.21.2",
"version": "0.21.3",
"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

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