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-14 to 0.52.0-15

6

esm/typings/library/constructors/createPromptbookLibraryFromDirectory.d.ts

@@ -28,3 +28,9 @@ import { string_folder_path } from '../../types/typeAliases';

/***
* Note: [1] Fixing the dynamic import issue in Webpack
* > ./node_modules/@promptbook/core/esm/index.es.js
* > Critical dependency: the request of a dependency is an expression
*
* Note: [2] Using require(just('fs/promises')) to allow
* the `@promptbook/core` work for both Node.js and browser environments
* TODO: [🍓][🚯] !!! Add to README and samples + maybe make `@promptbook/library` package
*/

4

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

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

"peerDependencies": {
"@promptbook/core": "0.52.0-14"
"@promptbook/core": "0.52.0-15"
},

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

@@ -28,3 +28,9 @@ import { string_folder_path } from '../../types/typeAliases';

/***
* Note: [1] Fixing the dynamic import issue in Webpack
* > ./node_modules/@promptbook/core/esm/index.es.js
* > Critical dependency: the request of a dependency is an expression
*
* Note: [2] Using require(just('fs/promises')) to allow
* the `@promptbook/core` work for both Node.js and browser environments
* TODO: [🍓][🚯] !!! Add to README and samples + maybe make `@promptbook/library` package
*/
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