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

@promptbook/utils

Package Overview
Dependencies
Maintainers
1
Versions
470
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promptbook/utils - npm Package Compare versions

Comparing version 0.14.0 to 0.15.0

6

esm/typings/types/TaskProgress.d.ts

@@ -0,1 +1,2 @@

import { ExecutionType } from './ExecutionTypes';
import { string_name, string_title } from './typeAliases';

@@ -29,2 +30,7 @@ /**

/**
* The type of the execution.
* Note: The Promptbook library reports everything, in the app level you can filter out the execution types that you don't want to show to the user.
*/
readonly executionType: ExecutionType;
/**
* The parameter name that is being processed.

@@ -31,0 +37,0 @@ */

4

package.json
{
"name": "@promptbook/utils",
"version": "0.14.0",
"version": "0.15.0",
"description": "Library to supercharge your use of large language models",

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

"peerDependencies": {
"@promptbook/core": "0.14.0"
"@promptbook/core": "0.15.0"
},

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

@@ -0,1 +1,2 @@

import { ExecutionType } from './ExecutionTypes';
import { string_name, string_title } from './typeAliases';

@@ -29,2 +30,7 @@ /**

/**
* The type of the execution.
* Note: The Promptbook library reports everything, in the app level you can filter out the execution types that you don't want to show to the user.
*/
readonly executionType: ExecutionType;
/**
* The parameter name that is being processed.

@@ -31,0 +37,0 @@ */

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