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

@promptbook/browser

Package Overview
Dependencies
Maintainers
0
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promptbook/browser - npm Package Compare versions

Comparing version 0.63.2 to 0.63.3

2

esm/index.es.js

@@ -8,3 +8,3 @@ import { spaceTrim } from 'spacetrim';

*/
var PROMPTBOOK_VERSION = '0.63.1';
var PROMPTBOOK_VERSION = '0.63.2';
// TODO: !!!! List here all the versions and annotate + put into script

@@ -11,0 +11,0 @@

@@ -6,5 +6,7 @@ import type { AvailableModel } from '../../execution/LlmExecutionTools';

import type { EmbeddingPromptResult } from '../../execution/PromptResult';
import type { PromptResult } from '../../execution/PromptResult';
import type { ChatPrompt } from '../../types/Prompt';
import type { CompletionPrompt } from '../../types/Prompt';
import type { EmbeddingPrompt } from '../../types/Prompt';
import type { Prompt } from '../../types/Prompt';
import type { string_markdown } from '../../types/typeAliases';

@@ -23,3 +25,3 @@ import type { string_markdown_text } from '../../types/typeAliases';

*/
private readonly llmExecutionTools;
readonly llmExecutionTools: Array<LlmExecutionTools>;
/**

@@ -46,3 +48,3 @@ * Gets array of execution tools in order of priority

*/
private callModelCommon;
protected callCommonModel(prompt: Prompt): Promise<PromptResult>;
/**

@@ -49,0 +51,0 @@ * List all available models that can be used

@@ -46,3 +46,3 @@ import type { AvailableModel } from '../../execution/LlmExecutionTools';

*/
private callModelCommon;
private callCommonModel;
/**

@@ -57,2 +57,2 @@ * List all available models that can be used

* TODO: [🍜] Add anonymous option
*/
*/
{
"name": "@promptbook/browser",
"version": "0.63.2",
"version": "0.63.3",
"description": "Supercharge your use of large language models",

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

"peerDependencies": {
"@promptbook/core": "0.63.2"
"@promptbook/core": "0.63.3"
},

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

@@ -11,3 +11,3 @@ (function (global, factory) {

*/
var PROMPTBOOK_VERSION = '0.63.1';
var PROMPTBOOK_VERSION = '0.63.2';
// TODO: !!!! List here all the versions and annotate + put into script

@@ -14,0 +14,0 @@

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