Socket
Socket
Sign inDemoInstall

@promptbook/remote-client

Package Overview
Dependencies
Maintainers
1
Versions
415
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promptbook/remote-client - npm Package Compare versions

Comparing version 0.52.0-17 to 0.52.0-18

esm/typings/library/constructors/createPromptbookLibraryFromDirectory.test.d.ts

8

esm/typings/library/constructors/createPromptbookLibraryFromDirectory.d.ts

@@ -13,2 +13,8 @@ import { string_folder_path } from '../../types/typeAliases';

isRecursive?: boolean;
/**
* If true, the library ceation outputs information about each file it reads
*
* @default false
*/
isVerbose?: boolean;
};

@@ -29,3 +35,3 @@ /**

/***
* Note: [1] Fixing the dynamic import issue in Webpack
* Note: [1] Fixing the dynamic import issue in Webpack (! Not working !)
* > ./node_modules/@promptbook/core/esm/index.es.js

@@ -32,0 +38,0 @@ * > Critical dependency: the request of a dependency is an expression

4

package.json
{
"name": "@promptbook/remote-client",
"version": "0.52.0-17",
"version": "0.52.0-18",
"description": "Library to supercharge your use of large language models",

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

"peerDependencies": {
"@promptbook/core": "0.52.0-17"
"@promptbook/core": "0.52.0-18"
},

@@ -53,0 +53,0 @@ "main": "./umd/index.umd.js",

@@ -13,2 +13,8 @@ import { string_folder_path } from '../../types/typeAliases';

isRecursive?: boolean;
/**
* If true, the library ceation outputs information about each file it reads
*
* @default false
*/
isVerbose?: boolean;
};

@@ -29,3 +35,3 @@ /**

/***
* Note: [1] Fixing the dynamic import issue in Webpack
* Note: [1] Fixing the dynamic import issue in Webpack (! Not working !)
* > ./node_modules/@promptbook/core/esm/index.es.js

@@ -32,0 +38,0 @@ * > Critical dependency: the request of a dependency is an expression

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