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.52.0-28 to 0.52.0-29

esm/typings/execution/utils/forEachAsync.d.ts

2

esm/typings/_packages/utils.index.d.ts

@@ -8,2 +8,3 @@ import { spaceTrim } from 'spacetrim';

import { titleToName } from '../conversion/utils/titleToName';
import { forEachAsync } from '../execution/utils/forEachAsync';
import { replaceParameters } from '../execution/utils/replaceParameters';

@@ -50,2 +51,3 @@ import { CountUtils } from '../utils/expectation-counters';

import { unwrapResult } from '../utils/unwrapResult';
export { forEachAsync };
export { extractAllBlocksFromMarkdown, // <- [🌻]

@@ -52,0 +54,0 @@ extractAllListItemsFromMarkdown, extractBlock, // <- [🌻]

4

package.json
{
"name": "@promptbook/remote-client",
"version": "0.52.0-28",
"version": "0.52.0-29",
"description": "Library to supercharge your use of large language models",

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

"peerDependencies": {
"@promptbook/core": "0.52.0-28"
"@promptbook/core": "0.52.0-29"
},

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

@@ -8,2 +8,3 @@ import { spaceTrim } from 'spacetrim';

import { titleToName } from '../conversion/utils/titleToName';
import { forEachAsync } from '../execution/utils/forEachAsync';
import { replaceParameters } from '../execution/utils/replaceParameters';

@@ -50,2 +51,3 @@ import { CountUtils } from '../utils/expectation-counters';

import { unwrapResult } from '../utils/unwrapResult';
export { forEachAsync };
export { extractAllBlocksFromMarkdown, // <- [🌻]

@@ -52,0 +54,0 @@ extractAllListItemsFromMarkdown, extractBlock, // <- [🌻]

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