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

@promptbook/remote-server

Package Overview
Dependencies
Maintainers
0
Versions
567
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promptbook/remote-server - npm Package Compare versions

Comparing version 0.81.0-16 to 0.81.0-17

esm/typings/src/utils/markdown/removeMarkdownComments.d.ts

4

esm/typings/src/_packages/markdown-utils.index.d.ts

@@ -22,3 +22,3 @@ import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version';

import { parseMarkdownSection } from '../utils/markdown/parseMarkdownSection';
import { removeContentComments } from '../utils/markdown/removeContentComments';
import { removeMarkdownComments } from '../utils/markdown/removeMarkdownComments';
import { removeMarkdownFormatting } from '../utils/markdown/removeMarkdownFormatting';

@@ -47,4 +47,4 @@ import { splitMarkdownIntoSections } from '../utils/markdown/splitMarkdownIntoSections';

export { parseMarkdownSection };
export { removeContentComments };
export { removeMarkdownComments };
export { removeMarkdownFormatting };
export { splitMarkdownIntoSections };

@@ -8,13 +8,18 @@ /**

readonly name: "GENERATOR";
readonly description: "@@@";
readonly description: "Generates any kind (in HTML with possible scripts and css format) of content from input message";
readonly documentationUrl: "https://github.com/webgptorg/promptbook/discussions/184";
readonly pipelineInterface: {
readonly inputParameters: readonly [{
readonly name: "nonce";
readonly description: "Just to prevent GENERATOR to be set as implicit formfactor";
readonly name: "inputMessage";
readonly description: "Input message to be image made from";
readonly isInput: true;
readonly isOutput: false;
}];
readonly outputParameters: readonly [];
readonly outputParameters: readonly [{
readonly name: "result";
readonly description: "Result in HTML to be shown to user";
readonly isInput: false;
readonly isOutput: true;
}];
};
};

@@ -8,3 +8,3 @@ /**

readonly name: "IMAGE_GENERATOR";
readonly description: "@@@";
readonly description: "Generates prompt for image generation from input message";
readonly documentationUrl: "https://github.com/webgptorg/promptbook/discussions/184";

@@ -11,0 +11,0 @@ readonly pipelineInterface: {

@@ -108,16 +108,21 @@ /**

readonly name: "GENERATOR";
readonly description: "@@@";
readonly description: "Generates any kind (in HTML with possible scripts and css format) of content from input message";
readonly documentationUrl: "https://github.com/webgptorg/promptbook/discussions/184";
readonly pipelineInterface: {
readonly inputParameters: readonly [{
readonly name: "nonce";
readonly description: "Just to prevent GENERATOR to be set as implicit formfactor";
readonly name: "inputMessage";
readonly description: "Input message to be image made from";
readonly isInput: true;
readonly isOutput: false;
}];
readonly outputParameters: readonly [];
readonly outputParameters: readonly [{
readonly name: "result";
readonly description: "Result in HTML to be shown to user";
readonly isInput: false;
readonly isOutput: true;
}];
};
}, {
readonly name: "IMAGE_GENERATOR";
readonly description: "@@@";
readonly description: "Generates prompt for image generation from input message";
readonly documentationUrl: "https://github.com/webgptorg/promptbook/discussions/184";

@@ -124,0 +129,0 @@ readonly pipelineInterface: {

@@ -11,1 +11,4 @@ import type { $PipelineJson } from '../../commands/_common/types/CommandParser';

};
/**
* TODO: [🧠][πŸ“›] Should this be here?
*/

@@ -1,2 +0,2 @@

import { JsonValue } from 'type-fest';
import type { JsonValue } from 'type-fest';
/**

@@ -3,0 +3,0 @@ * Tests if the value is [πŸš‰] serializable as JSON

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

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

"peerDependencies": {
"@promptbook/core": "0.81.0-16"
"@promptbook/core": "0.81.0-17"
},

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

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