Socket
Socket
Sign inDemoInstall

@promptbook/remote-client

Package Overview
Dependencies
1
Maintainers
1
Versions
263
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.52.0-30 to 0.52.0-31

1

esm/typings/execution/plugins/llm-execution-tools/remote/startRemoteServer.d.ts

@@ -13,2 +13,3 @@ import type { IDestroyable } from 'destroyable';

/**
* TODO: [⚖] Expose the library to be able to connect to same library via createPromptbookLibraryFromUrl
* TODO: Handle progress - support streaming

@@ -15,0 +16,0 @@ * TODO: [🤹‍♂️] Do not hang up immediately but wait until client closes OR timeout

@@ -28,3 +28,4 @@ import { string_url } from '../../types/typeAliases';

/***
* TODO: [⚖] Compatible with remote server
* TODO: [🍓][🚯] !!! Add to README and samples + maybe make `@promptbook/library` package
*/

4

package.json
{
"name": "@promptbook/remote-client",
"version": "0.52.0-30",
"version": "0.52.0-31",
"description": "Library to supercharge your use of large language models",

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

"peerDependencies": {
"@promptbook/core": "0.52.0-30"
"@promptbook/core": "0.52.0-31"
},

@@ -53,0 +53,0 @@ "main": "./umd/index.umd.js",

@@ -13,2 +13,3 @@ import type { IDestroyable } from 'destroyable';

/**
* TODO: [⚖] Expose the library to be able to connect to same library via createPromptbookLibraryFromUrl
* TODO: Handle progress - support streaming

@@ -15,0 +16,0 @@ * TODO: [🤹‍♂️] Do not hang up immediately but wait until client closes OR timeout

@@ -28,3 +28,4 @@ import { string_url } from '../../types/typeAliases';

/***
* TODO: [⚖] Compatible with remote server
* TODO: [🍓][🚯] !!! Add to README and samples + maybe make `@promptbook/library` package
*/
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc