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

@promptbook/utils

Package Overview
Dependencies
Maintainers
1
Versions
540
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promptbook/utils - npm Package Compare versions

Comparing version 0.84.0-16 to 0.84.0-17

2

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

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

import { DEFAULT_BOOK_OUTPUT_PARAMETER_NAME } from '../config';
import { DEFAULT_MAX_FILE_SIZE } from '../config';
import { MAX_FILENAME_LENGTH } from '../config';

@@ -148,2 +149,3 @@ import { DEFAULT_INTERMEDIATE_FILES_STRATEGY } from '../config';

export { DEFAULT_BOOK_OUTPUT_PARAMETER_NAME };
export { DEFAULT_MAX_FILE_SIZE };
export { MAX_FILENAME_LENGTH };

@@ -150,0 +152,0 @@ export { DEFAULT_INTERMEDIATE_FILES_STRATEGY };

@@ -81,2 +81,8 @@ import type { CsvSettings } from './formats/csv/CsvSettings';

/**
* Maximum file size limit
*
* @public exported from `@promptbook/core`
*/
export declare const DEFAULT_MAX_FILE_SIZE: number;
/**
* Warning message for the generated sections and files files

@@ -83,0 +89,0 @@ *

2

esm/typings/src/conversion/compilePipelineOnRemoteServer.d.ts

@@ -20,3 +20,3 @@ import type { PipelineJson } from '../pipeline/PipelineJson/PipelineJson';

/**
* TODO: !!!! Do not return Promise<PipelineJson> But PreparePipelineTask
* TODO: [🐚] Do not return Promise<PipelineJson> But PreparePipelineTask
*/

@@ -16,3 +16,3 @@ import type { PipelineJson } from '../pipeline/PipelineJson/PipelineJson';

/**
* TODO: !!!! Do not return Promise<PipelineJson> But PreparePipelineTask
* TODO: [🐚] Do not return Promise<PipelineJson> But PreparePipelineTask
*/

@@ -12,3 +12,3 @@ import type { LlmToolsConfiguration } from '../../../llm-providers/_common/register/LlmToolsConfiguration';

/**
* Application mode is @@@!!!
* Application mode is situation when you run known and well-defined books with your own api keys
*

@@ -25,4 +25,7 @@ * @public exported from `@promptbook/remote-server`

/**
* Anonymous mode is @@@!!!
* Anonymous mode is when you run arbitrary user books without api keys from user
*
* Note: This is useful in situations when the LLM provider does not allow to call the API requests from the client side
* It is kind of a proxy mode
*
* @public exported from `@promptbook/remote-server`

@@ -29,0 +32,0 @@ * @public exported from `@promptbook/remote-client`

{
"name": "@promptbook/utils",
"version": "0.84.0-16",
"version": "0.84.0-17",
"description": "It's time for a paradigm shift. The future of software in plain English, French or Latin",

@@ -11,4 +11,6 @@ "private": false,

},
"author": "Pavol Hejný <pavol@ptbk.io> (https://www.pavolhejny.com/)",
"contributors": [
"Pavol Hejný <pavol@ptbk.io> (https://www.pavolhejny.com/)"
"Pavol Hejný <pavol@ptbk.io> (https://www.pavolhejny.com/)",
"Jiří Jahn <jiri@ptbk.io> (https://www.ptbk.io/)"
],

@@ -15,0 +17,0 @@ "keywords": [

@@ -19,3 +19,3 @@ <!-- ⚠️ WARNING: This code has been generated so that any manual changes will be overwritten -->

- 🐋 **Support of [DeepSeek models](https://www.deepseek.com/)**
- 🐋 **Support of [DeepSeek models](https://www.npmjs.com/package/@promptbook/deepseek)**
- 💙 Working [the **Book** language v1.0.0](https://github.com/webgptorg/book)

@@ -586,2 +586,8 @@ - 🖤 Run books from CLI - `npx ptbk run path/to/your/book`

## 🤝 Partners
[![Technology Incubation](./other/partners/CI-Technology-Incubation.png)](https://technologickainkubace.org/en/about-technology-incubation/about-the-project/)
## 🖋️ Contributing

@@ -588,0 +594,0 @@

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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