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

@promptbook/execute-javascript

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/execute-javascript - npm Package Compare versions

Comparing version 0.83.0 to 0.84.0-0

esm/typings/src/utils/editable/edit-pipeline-string/addPipelineCommand.d.ts

10

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

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

import { instrumentCommandParser } from '../commands/X_INSTRUMENT/instrumentCommandParser';
import { addPipelineCommand } from '../utils/editable/edit-pipeline-string/addPipelineCommand';
import { deflatePipeline } from '../utils/editable/edit-pipeline-string/deflatePipeline';
import { removePipelineCommand } from '../utils/editable/edit-pipeline-string/removePipelineCommand';
import type { PipelineEditableSerialized } from '../utils/editable/types/PipelineEditableSerialized';
import { removePipelineCommand } from '../utils/editable/utils/removePipelineCommand';
import { isFlatPipeline } from '../utils/editable/utils/isFlatPipeline';
import { renamePipelineParameter } from '../utils/editable/utils/renamePipelineParameter';

@@ -82,5 +85,8 @@ import { stringifyPipelineJson } from '../utils/editable/utils/stringifyPipelineJson';

export { instrumentCommandParser };
export { addPipelineCommand };
export { deflatePipeline };
export { removePipelineCommand };
export type { PipelineEditableSerialized };
export { removePipelineCommand };
export { isFlatPipeline };
export { renamePipelineParameter };
export { stringifyPipelineJson };

3

esm/typings/src/utils/editable/utils/renamePipelineParameter.d.ts

@@ -27,1 +27,4 @@ import type { PipelineJson } from '../../../pipeline/PipelineJson/PipelineJson';

export {};
/**
* TODO: Also variant for `edit-pipeline-string`
*/
{
"name": "@promptbook/execute-javascript",
"version": "0.83.0",
"version": "0.84.0-0",
"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.83.0"
"@promptbook/core": "0.84.0-0"
},

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

@@ -26,2 +26,6 @@ <!-- โš ๏ธ WARNING: This code has been generated so that any manual changes will be overwritten -->

<blockquote style="color: #ff8811">
<b>โš  Warning:</b> This is a pre-release version of the library. It is not yet ready for production use. Please look at <a href="https://www.npmjs.com/package/@promptbook/core?activeTab=versions">latest stable release</a>.
</blockquote>
## ๐Ÿ“ฆ Package `@promptbook/execute-javascript`

@@ -28,0 +32,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