Socket
Socket
Sign inDemoInstall

@promptbook/remote-client

Package Overview
Dependencies
Maintainers
1
Versions
366
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.27.0-1 to 0.27.0-2

2

esm/typings/execution/plugins/user-interface-execution-tools/simple-prompt/SimplePromptInterfaceTools.d.ts

@@ -13,5 +13,5 @@ import { CommonExecutionToolsOptions } from '../../../CommonExecutionToolsOptions';

/**
* Trigger window.prompt dialog
* Trigger window.PROMPT DIALOG
*/
promptDialog(options: UserInterfaceToolsPromptDialogOptions): Promise<string>;
}

@@ -32,3 +32,3 @@ import type { string_markdown_text, string_name, string_version } from '.././types/typeAliases';

* Execute command tells how to execute the section
* It can be either prompt template, script or simple template etc.
* It can be either prompt template, script or SIMPLE TEMPLATE etc.
*/

@@ -35,0 +35,0 @@ export interface ExecuteCommand {

{
"name": "@promptbook/remote-client",
"version": "0.27.0-1",
"version": "0.27.0-2",
"description": "Library to supercharge your use of large language models",

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

"peerDependencies": {
"@promptbook/core": "0.27.0-1"
"@promptbook/core": "0.27.0-2"
},

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

@@ -13,5 +13,5 @@ import { CommonExecutionToolsOptions } from '../../../CommonExecutionToolsOptions';

/**
* Trigger window.prompt dialog
* Trigger window.PROMPT DIALOG
*/
promptDialog(options: UserInterfaceToolsPromptDialogOptions): Promise<string>;
}

@@ -32,3 +32,3 @@ import type { string_markdown_text, string_name, string_version } from '.././types/typeAliases';

* Execute command tells how to execute the section
* It can be either prompt template, script or simple template etc.
* It can be either prompt template, script or SIMPLE TEMPLATE etc.
*/

@@ -35,0 +35,0 @@ export interface ExecuteCommand {

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc