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

@promptbook/core

Package Overview
Dependencies
Maintainers
1
Versions
538
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promptbook/core - npm Package Compare versions

Comparing version 0.84.0-13 to 0.84.0-14

esm/typings/src/utils/editable/edit-pipeline-string/deflatePipeline.test.d.ts

4

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

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

import { DEFAULT_TASK_TITLE } from '../config';
import { DEFAULT_PROMPT_TASK_TITLE } from '../config';
import { DEFAULT_BOOK_OUTPUT_PARAMETER_NAME } from '../config';
import { MAX_FILENAME_LENGTH } from '../config';

@@ -143,2 +145,4 @@ import { DEFAULT_INTERMEDIATE_FILES_STRATEGY } from '../config';

export { DEFAULT_TASK_TITLE };
export { DEFAULT_PROMPT_TASK_TITLE };
export { DEFAULT_BOOK_OUTPUT_PARAMETER_NAME };
export { MAX_FILENAME_LENGTH };

@@ -145,0 +149,0 @@ export { DEFAULT_INTERMEDIATE_FILES_STRATEGY };

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

/**
* When the title of the prompt task is not provided, the default title is used
*
* @public exported from `@promptbook/core`
*/
export declare const DEFAULT_PROMPT_TASK_TITLE = "Prompt";
/**
* When the pipeline is flat and no name of return parameter is provided, this name is used
*
* @public exported from `@promptbook/core`
*/
export declare const DEFAULT_BOOK_OUTPUT_PARAMETER_NAME = "result";
/**
* Warning message for the generated sections and files files

@@ -71,0 +83,0 @@ *

2

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

@@ -5,0 +5,0 @@ "--note-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