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

@promptbook/node

Package Overview
Dependencies
Maintainers
0
Versions
243
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promptbook/node - npm Package Compare versions

Comparing version 0.59.0-23 to 0.59.0-24

6

esm/typings/src/_packages/cli.index.d.ts

@@ -7,5 +7,5 @@ import { promptbookCli } from '../cli/promptbookCli';

*/
declare const __: {
promptbookCli: typeof promptbookCli;
declare const __CLI: {
__initialize: typeof promptbookCli;
};
export { __ };
export { __CLI };
{
"name": "@promptbook/node",
"version": "0.59.0-23",
"version": "0.59.0-24",
"description": "Library to supercharge your use of large language models",

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

"peerDependencies": {
"@promptbook/core": "0.59.0-23"
"@promptbook/core": "0.59.0-24"
},

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

@@ -7,5 +7,5 @@ import { promptbookCli } from '../cli/promptbookCli';

*/
declare const __: {
promptbookCli: typeof promptbookCli;
declare const __CLI: {
__initialize: typeof promptbookCli;
};
export { __ };
export { __CLI };

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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