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

@promptbook/anthropic-claude

Package Overview
Dependencies
Maintainers
1
Versions
265
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promptbook/anthropic-claude - 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/anthropic-claude",
"version": "0.52.0-28",
"version": "0.52.0-29",
"description": "Library to supercharge your use of large language models",

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

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

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