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.29.0-1 to 0.29.0-2

2

esm/typings/execution/plugins/script-execution-tools/javascript/JavascriptExecutionToolsOptions.d.ts

@@ -18,3 +18,3 @@ import type { Promisable } from 'type-fest';

*/
functions?: Record<string_javascript_name, (value: string) => Promisable<string> | Function>;
functions?: Record<string_javascript_name, ((value: string) => Promisable<string>) | Function>;
};

@@ -21,0 +21,0 @@ /**

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

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

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

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

@@ -18,3 +18,3 @@ import type { Promisable } from 'type-fest';

*/
functions?: Record<string_javascript_name, (value: string) => Promisable<string> | Function>;
functions?: Record<string_javascript_name, ((value: string) => Promisable<string>) | Function>;
};

@@ -21,0 +21,0 @@ /**

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