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
566
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.85.0-11 to 0.85.0-13

6

esm/typings/src/collection/constructors/createCollectionFromDirectory.d.ts

@@ -9,3 +9,3 @@ import type { ExecutionTools } from '../../execution/ExecutionTools';

*
* Note: `rootDirname` is not needed because it is the folder in which `.book.md` file is located
* Note: `rootDirname` is not needed because it is the folder in which `.book` or `.book.md` file is located
* This is not same as `path` which is the first argument of `createCollectionFromDirectory` - it can be a subfolder

@@ -55,3 +55,3 @@ */

*
* @param path - path to the directory with pipelines
* @param rootPath - path to the directory with pipelines
* @param tools - Execution tools to be used for pipeline preparation if needed - If not provided, `$provideExecutionToolsForNode` will be used

@@ -62,3 +62,3 @@ * @param options - Options for the collection creation

*/
export declare function createCollectionFromDirectory(path: string_dirname, tools?: Pick<ExecutionTools, 'llm' | 'fs' | 'scrapers'>, options?: CreatePipelineCollectionFromDirectoryOptions): Promise<PipelineCollection>;
export declare function createCollectionFromDirectory(rootPath: string_dirname, tools?: Pick<ExecutionTools, 'llm' | 'fs' | 'scrapers'>, options?: CreatePipelineCollectionFromDirectoryOptions): Promise<PipelineCollection>;
export {};

@@ -65,0 +65,0 @@ /**

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

@@ -5,0 +5,0 @@ "private": false,

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