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

@promptbook/utils

Package Overview
Dependencies
Maintainers
1
Versions
536
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promptbook/utils - npm Package Compare versions

Comparing version 0.81.0-17 to 0.81.0-18

esm/typings/src/pipeline/book-notation.d.ts

4

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

@@ -96,2 +96,4 @@ import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version';

import { preparePersona } from '../personas/preparePersona';
import { book } from '../pipeline/book-notation';
import { isValidPipelineString } from '../pipeline/isValidPipelineString';
import { GENERIC_PIPELINE_INTERFACE } from '../pipeline/PipelineInterface/constants';

@@ -217,2 +219,4 @@ import { getPipelineInterface } from '../pipeline/PipelineInterface/getPipelineInterface';

export { preparePersona };
export { book };
export { isValidPipelineString };
export { GENERIC_PIPELINE_INTERFACE };

@@ -219,0 +223,0 @@ export { getPipelineInterface };

4

esm/typings/src/scrapers/website/createWebsiteScraper.d.ts

@@ -15,3 +15,5 @@ import type { ExecutionTools } from '../../execution/ExecutionTools';

documentationUrl: "https://github.com/webgptorg/promptbook/discussions/@@";
isAvilableInBrowser: false;
isAvilableInBrowser: true; /**
* TODO: [🎢] Naming "constructor" vs "creator" vs "factory"
*/
requiredExecutables: never[];

@@ -18,0 +20,0 @@ }>;

@@ -13,3 +13,3 @@ import type { Registration } from '../../utils/$Register';

documentationUrl: "https://github.com/webgptorg/promptbook/discussions/@@";
isAvilableInBrowser: false;
isAvilableInBrowser: true;
requiredExecutables: never[];

@@ -16,0 +16,0 @@ }>;

{
"name": "@promptbook/utils",
"version": "0.81.0-17",
"version": "0.81.0-18",
"description": "It's time for a paradigm shift. The future of software in plain English, French or Latin",

@@ -5,0 +5,0 @@ "--note-0": " <- [🐊]",

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