Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@promptbook/node

Package Overview
Dependencies
Maintainers
0
Versions
243
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promptbook/node - npm Package Compare versions

Comparing version 0.59.0-24 to 0.59.0-25

4

esm/typings/src/config.d.ts

@@ -9,1 +9,5 @@ /**

export declare const CHARACTER_LOOP_LIMIT = 100000;
/**
* The name of the builded promptbook library made by CLI `promptbook make` and for lookup in `createLibraryFromDirectory`
*/
export declare const PROMPTBOOK_MAKED_BASE_FILENAME = "promptbook-library";

5

package.json
{
"name": "@promptbook/node",
"version": "0.59.0-24",
"version": "0.59.0-25",
"description": "Library to supercharge your use of large language models",

@@ -37,2 +37,3 @@ "private": false,

"dependencies": {
"colors": "1.4.0",
"prettier": "2.8.1",

@@ -52,3 +53,3 @@ "spacetrim": "0.11.37"

"peerDependencies": {
"@promptbook/core": "0.59.0-24"
"@promptbook/core": "0.59.0-25"
},

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

@@ -9,1 +9,5 @@ /**

export declare const CHARACTER_LOOP_LIMIT = 100000;
/**
* The name of the builded promptbook library made by CLI `promptbook make` and for lookup in `createLibraryFromDirectory`
*/
export declare const PROMPTBOOK_MAKED_BASE_FILENAME = "promptbook-library";

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