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

@promptbook/core

Package Overview
Dependencies
Maintainers
1
Versions
460
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promptbook/core - npm Package Compare versions

Comparing version 0.13.0 to 0.13.1

9

esm/typings/execution/plugins/natural-execution-tools/remote/RemoteNaturalExecutionToolsOptions.d.ts

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

import { uuid } from '../../../.././types/typeAliases';
import { string_uri, uuid } from '../../../.././types/typeAliases';
import { CommonExecutionToolsOptions } from '../../../CommonExecutionToolsOptions';

@@ -13,2 +13,9 @@ /**

/**
* Path for the Socket.io server to listen
*
* @default '/socket.io'
* @example '/promptbook/socket.io'
*/
readonly path: string_uri;
/**
* Your client ID

@@ -15,0 +22,0 @@ */

2

package.json
{
"name": "@promptbook/core",
"version": "0.13.0",
"version": "0.13.1",
"description": "Library to supercharge your use of large language models",

@@ -5,0 +5,0 @@ "private": false,

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

import { uuid } from '../../../.././types/typeAliases';
import { string_uri, uuid } from '../../../.././types/typeAliases';
import { CommonExecutionToolsOptions } from '../../../CommonExecutionToolsOptions';

@@ -13,2 +13,9 @@ /**

/**
* Path for the Socket.io server to listen
*
* @default '/socket.io'
* @example '/promptbook/socket.io'
*/
readonly path: string_uri;
/**
* Your client ID

@@ -15,0 +22,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