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

@promptbook/remote-client

Package Overview
Dependencies
Maintainers
1
Versions
454
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.39.0 to 0.39.1

3

esm/typings/library/PromptbookLibrary.d.ts

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

import { Promisable } from 'type-fest';
import type { Prompt } from '../types/Prompt';

@@ -19,3 +20,3 @@ import type { PromptbookJson } from '../types/PromptbookJson/PromptbookJson';

*/
getPromptbookByUrl(url: string_promptbook_url): PromptbookJson;
getPromptbookByUrl(url: string_promptbook_url): Promisable<PromptbookJson>;
/**

@@ -22,0 +23,0 @@ * Checks whether given prompt was defined in any promptbook in the library

{
"name": "@promptbook/remote-client",
"version": "0.39.0",
"version": "0.39.1",
"description": "Library to supercharge your use of large language models",

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

"peerDependencies": {
"@promptbook/core": "0.39.0"
"@promptbook/core": "0.39.1"
},

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

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

import { Promisable } from 'type-fest';
import type { Prompt } from '../types/Prompt';

@@ -19,3 +20,3 @@ import type { PromptbookJson } from '../types/PromptbookJson/PromptbookJson';

*/
getPromptbookByUrl(url: string_promptbook_url): PromptbookJson;
getPromptbookByUrl(url: string_promptbook_url): Promisable<PromptbookJson>;
/**

@@ -22,0 +23,0 @@ * Checks whether given prompt was defined in any promptbook in the library

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