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

@promptbook/execute-javascript

Package Overview
Dependencies
Maintainers
0
Versions
566
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promptbook/execute-javascript - 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/execute-javascript",
"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",

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

"peerDependencies": {
"@promptbook/core": "0.85.0-11"
"@promptbook/core": "0.85.0-13"
},

@@ -53,0 +53,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