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

@promptbook/cli

Package Overview
Dependencies
Maintainers
1
Versions
427
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promptbook/cli - npm Package Compare versions

Comparing version 0.44.0-6 to 0.44.0-7

4

esm/typings/config.d.ts

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

export declare const LOOP_LIMIT = 1000;
/**
* The maximum number of iterations for a loops which adds characters one by one
*/
export declare const CHARACTER_LOOP_LIMIT = 100000;

4

package.json
{
"name": "@promptbook/cli",
"version": "0.44.0-6",
"version": "0.44.0-7",
"description": "Library to supercharge your use of large language models",

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

"peerDependencies": {
"@promptbook/core": "0.44.0-6"
"@promptbook/core": "0.44.0-7"
},

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

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

export declare const LOOP_LIMIT = 1000;
/**
* The maximum number of iterations for a loops which adds characters one by one
*/
export declare const CHARACTER_LOOP_LIMIT = 100000;

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