Socket
Socket
Sign inDemoInstall

@promptbook/remote-client

Package Overview
Dependencies
Maintainers
0
Versions
401
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promptbook/remote-client - npm Package Compare versions

Comparing version 0.63.3 to 0.63.4

2

esm/index.es.js

@@ -7,3 +7,3 @@ import { io } from 'socket.io-client';

*/
var PROMPTBOOK_VERSION = '0.63.2';
var PROMPTBOOK_VERSION = '0.63.3';
// TODO: !!!! List here all the versions and annotate + put into script

@@ -10,0 +10,0 @@

@@ -45,4 +45,6 @@ import type { AvailableModel } from '../../execution/LlmExecutionTools';

* Calls the best available model
*
* Note: This should be private or protected but is public to be usable with duck typing
*/
protected callCommonModel(prompt: Prompt): Promise<PromptResult>;
callCommonModel(prompt: Prompt): Promise<PromptResult>;
/**

@@ -49,0 +51,0 @@ * List all available models that can be used

{
"name": "@promptbook/remote-client",
"version": "0.63.3",
"version": "0.63.4",
"description": "Supercharge your use of large language models",

@@ -50,3 +50,3 @@ "private": false,

"peerDependencies": {
"@promptbook/core": "0.63.3"
"@promptbook/core": "0.63.4"
},

@@ -53,0 +53,0 @@ "dependencies": {

@@ -11,3 +11,3 @@ (function (global, factory) {

*/
var PROMPTBOOK_VERSION = '0.63.2';
var PROMPTBOOK_VERSION = '0.63.3';
// TODO: !!!! List here all the versions and annotate + put into script

@@ -14,0 +14,0 @@

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