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.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/remote-client",
"version": "0.44.0-6",
"version": "0.44.0-7",
"description": "Library to supercharge your use of large language models",

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

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

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