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

@promptbook/google

Package Overview
Dependencies
Maintainers
0
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@promptbook/google - npm Package Compare versions

Comparing version 0.78.2 to 0.78.3

2

esm/index.es.js

@@ -16,3 +16,3 @@ import colors from 'colors';

*/
var PROMPTBOOK_ENGINE_VERSION = '0.78.1';
var PROMPTBOOK_ENGINE_VERSION = '0.78.2';
/**

@@ -19,0 +19,0 @@ * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine

@@ -9,3 +9,2 @@ import type { PipelineCollection } from '../collection/PipelineCollection';

import type { CommandType } from '../commands/_common/types/CommandType';
import type { CommandTypeOrAlias } from '../commands/_common/types/CommandType';
import type { CommandUsagePlace } from '../commands/_common/types/CommandUsagePlaces';

@@ -270,3 +269,2 @@ import type { ExpectCommand } from '../commands/EXPECT/ExpectCommand';

export type { CommandType };
export type { CommandTypeOrAlias };
export type { CommandUsagePlace };

@@ -273,0 +271,0 @@ export type { ExpectCommand };

@@ -15,4 +15,4 @@ import type { Command } from './Command';

*
export type CommandTypeOrAlias = Command['type'] | Command['aliasNames'] | Command['deprecatedNames'];
ex--rt type CommandTypeOrAlias = Command['type'] | Command['aliasNames'] | Command['deprecatedNames'];
// <- TODO: [๐Ÿง˜] Implement
*/
{
"name": "@promptbook/google",
"version": "0.78.2",
"version": "0.78.3",
"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.78.2"
"@promptbook/core": "0.78.3"
},

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

@@ -24,3 +24,3 @@ (function (global, factory) {

*/
var PROMPTBOOK_ENGINE_VERSION = '0.78.1';
var PROMPTBOOK_ENGINE_VERSION = '0.78.2';
/**

@@ -27,0 +27,0 @@ * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine

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