New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More โ†’
Socket
Sign inDemoInstall
Socket

@promptbook/anthropic-claude

Package Overview
Dependencies
Maintainers
1
Versions
346
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.57.0-1 to 0.57.0-2

5

esm/index.es.js

@@ -620,5 +620,2 @@ import Anthropic from '@anthropic-ai/sdk';

};
if (!resultContent) {
throw new PromptbookExecutionError('No response message from Anthropic Claude');
}
return [2 /*return*/, {

@@ -675,5 +672,5 @@ content: resultContent,

*/
var PROMPTBOOK_VERSION = '0.57.0-0';
var PROMPTBOOK_VERSION = '0.57.0-1';
export { AnthropicClaudeExecutionTools, PROMPTBOOK_VERSION };
//# sourceMappingURL=index.es.js.map

4

package.json
{
"name": "@promptbook/anthropic-claude",
"version": "0.57.0-1",
"version": "0.57.0-2",
"description": "Library to supercharge your use of large language models",

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

"peerDependencies": {
"@promptbook/core": "0.57.0-1"
"@promptbook/core": "0.57.0-2"
},

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

@@ -628,5 +628,2 @@ (function (global, factory) {

};
if (!resultContent) {
throw new PromptbookExecutionError('No response message from Anthropic Claude');
}
return [2 /*return*/, {

@@ -683,3 +680,3 @@ content: resultContent,

*/
var PROMPTBOOK_VERSION = '0.57.0-0';
var PROMPTBOOK_VERSION = '0.57.0-1';

@@ -686,0 +683,0 @@ exports.AnthropicClaudeExecutionTools = AnthropicClaudeExecutionTools;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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