Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@promptbook/fake-llm

Package Overview
Dependencies
Maintainers
0
Versions
242
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promptbook/fake-llm - npm Package Compare versions

Comparing version 0.77.0-3 to 0.77.0-5

esm/typings/src/cli/cli-commands/list-models.d.ts

2

esm/typings/src/_packages/utils.index.d.ts

@@ -13,2 +13,3 @@ import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version';

import { $isRunningInBrowser } from '../utils/environment/$isRunningInBrowser';
import { $isRunningInJest } from '../utils/environment/$isRunningInJest';
import { $isRunningInNode } from '../utils/environment/$isRunningInNode';

@@ -88,2 +89,3 @@ import { $isRunningInWebWorker } from '../utils/environment/$isRunningInWebWorker';

export { $isRunningInBrowser };
export { $isRunningInJest };
export { $isRunningInNode };

@@ -90,0 +92,0 @@ export { $isRunningInWebWorker };

@@ -10,2 +10,3 @@ import type { LlmToolsConfiguration } from './LlmToolsConfiguration';

* - `process.env.ANTHROPIC_CLAUDE_API_KEY`
* - ...
*

@@ -12,0 +13,0 @@ * @returns @@@

@@ -13,2 +13,3 @@ import { MultipleLlmExecutionTools } from '../../multiple/MultipleLlmExecutionTools';

* - `process.env.ANTHROPIC_CLAUDE_API_KEY`
* - ...
*

@@ -15,0 +16,0 @@ * @returns @@@

@@ -0,1 +1,2 @@

import type { string_SCREAMING_CASE } from '../../../utils/normalization/normalizeTo_SCREAMING_CASE';
import type { string_name } from '../../../types/typeAliases';

@@ -18,2 +19,6 @@ import type { string_title } from '../../../types/typeAliases';

*/
readonly envVariables: ReadonlyArray<string_name & string_SCREAMING_CASE>;
/**
* @@@
*/
getBoilerplateConfiguration(): LlmToolsConfiguration[number];

@@ -20,0 +25,0 @@ /**

2

esm/typings/src/llm-providers/azure-openai/register-configuration.d.ts

@@ -13,2 +13,2 @@ import type { Registration } from '../../utils/$Register';

* Note: [💞] Ignore a discrepancy between file name and entity name
*/
*/

@@ -22,2 +22,2 @@ import type { Registration } from '../../utils/$Register';

* Note: [💞] Ignore a discrepancy between file name and entity name
*/
*/
{
"name": "@promptbook/fake-llm",
"version": "0.77.0-3",
"version": "0.77.0-5",
"description": "It's time for a paradigm shift. The future of software in plain English, French or Latin",

@@ -57,3 +57,3 @@ "--note-0": " <- [🐊]",

"peerDependencies": {
"@promptbook/core": "0.77.0-3"
"@promptbook/core": "0.77.0-5"
},

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

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