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

@promptbook/anthropic-claude

Package Overview
Dependencies
Maintainers
0
Versions
312
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.63.0-5 to 0.63.0-6

esm/typings/src/utils/files/isDirectoryExisting.d.ts

3

esm/index.es.js

@@ -5,6 +5,7 @@ import Anthropic from '@anthropic-ai/sdk';

// โš ๏ธ WARNING: This code has been generated so that any manual changes will be overwritten
/**
* The version of the Promptbook library
*/
var PROMPTBOOK_VERSION = '0.63.0-4';
var PROMPTBOOK_VERSION = '0.63.0-5';
// TODO: !!!! List here all the versions and annotate + put into script

@@ -11,0 +12,0 @@

@@ -9,3 +9,5 @@ import type { Command as Program } from 'commander';

/**
* TODO: [0] DRY Javascript and typescript - Maybe make ONLY typescript and for javascript just remove types
* Note: [๐ŸŸก] This code should never be published outside of `@promptbook/cli`
* TODO: [๐Ÿ–‡] What about symlinks? Maybe flag --follow-symlinks
*/

@@ -10,2 +10,3 @@ import type { Command as Program } from 'commander';

* Note: [๐ŸŸก] This code should never be published outside of `@promptbook/cli`
* TODO: [๐Ÿ–‡] What about symlinks? Maybe flag --follow-symlinks
*/

@@ -48,2 +48,3 @@ import type { PipelineStringToJsonOptions } from '../../conversion/pipelineStringToJson';

* Note: [๐ŸŸข] This code should never be published outside of `@promptbook/node` and `@promptbook/cli` and `@promptbook/cli`
* TODO: [๐Ÿ–‡] What about symlinks? Maybe option isSymlinksFollowed
*/

@@ -14,2 +14,3 @@ import type { string_file_path } from '../../types/typeAliases';

* Note: [๐ŸŸข] This code should never be published outside of `@promptbook/node` and `@promptbook/cli` and `@promptbook/cli`
* TODO: [๐Ÿ–‡] What about symlinks?
*/
{
"name": "@promptbook/anthropic-claude",
"version": "0.63.0-5",
"version": "0.63.0-6",
"description": "Supercharge your use of large language models",

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

"peerDependencies": {
"@promptbook/core": "0.63.0-5"
"@promptbook/core": "0.63.0-6"
},

@@ -53,0 +53,0 @@ "dependencies": {

@@ -13,6 +13,7 @@ (function (global, factory) {

// โš ๏ธ WARNING: This code has been generated so that any manual changes will be overwritten
/**
* The version of the Promptbook library
*/
var PROMPTBOOK_VERSION = '0.63.0-4';
var PROMPTBOOK_VERSION = '0.63.0-5';
// TODO: !!!! List here all the versions and annotate + put into script

@@ -19,0 +20,0 @@

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