New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More โ†’
Socket
Sign inDemoInstall
Socket

@promptbook/remote-client

Package Overview
Dependencies
Maintainers
1
Versions
563
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.84.0-21 to 0.84.0

1

esm/typings/src/cli/cli-commands/about.d.ts

@@ -11,2 +11,3 @@ import type { Command as Program } from 'commander';

/**
* TODO: !!! Test this in `deno`
* TODO: [๐Ÿ—ฝ] Unite branding and make single place for it

@@ -13,0 +14,0 @@ * Note: [๐Ÿ’ž] Ignore a discrepancy between file name and entity name

@@ -0,3 +1,12 @@

import type { string_filename } from '../../../types/typeAliases';
import type { string_markdown } from '../../../types/typeAliases';
/**
* Pass the `.env` file which was used to configure LLM tools
*
* Note: `$` is used to indicate that this variable is making side effect
*
* @private internal log of `$provideLlmToolsConfigurationFromEnv` and `$registeredLlmToolsMessage`
*/
export declare function $setUsedEnvFilename(filepath: string_filename): void;
/**
* Creates a message with all registered LLM tools

@@ -4,0 +13,0 @@ *

@@ -9,1 +9,4 @@ /**

export declare const $isRunningInBrowser: Function;
/**
* TODO: [โ˜‘]
*/

@@ -9,1 +9,4 @@ /**

export declare const $isRunningInJest: Function;
/**
* TODO: [โ˜‘]
*/

@@ -9,1 +9,4 @@ /**

export declare const $isRunningInNode: Function;
/**
* TODO: [โ˜‘]
*/

@@ -9,1 +9,4 @@ /**

export declare const $isRunningInWebWorker: Function;
/**
* TODO: [โ˜‘]
*/

6

package.json
{
"name": "@promptbook/remote-client",
"version": "0.84.0-21",
"version": "0.84.0",
"description": "It's time for a paradigm shift. The future of software in plain English, French or Latin",

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

],
"license": "UNLICENSED",
"license": "BUSL-1.1",
"bugs": {

@@ -51,3 +51,3 @@ "url": "https://github.com/webgptorg/promptbook/issues"

"peerDependencies": {
"@promptbook/core": "0.84.0-21"
"@promptbook/core": "0.84.0"
},

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

@@ -27,6 +27,2 @@ <!-- โš ๏ธ WARNING: This code has been generated so that any manual changes will be overwritten -->

<blockquote style="color: #ff8811">
<b>โš  Warning:</b> This is a pre-release version of the library. It is not yet ready for production use. Please look at <a href="https://www.npmjs.com/package/@promptbook/core?activeTab=versions">latest stable release</a>.
</blockquote>
## ๐Ÿ“ฆ Package `@promptbook/remote-client`

@@ -33,0 +29,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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