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

buildkite-graph

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buildkite-graph - npm Package Compare versions

Comparing version

to
5.0.0-pre2

4

dist/steps/command.js

@@ -313,7 +313,7 @@ "use strict";

case 0:
_a = [{ command: transformCommand(this.command) }];
_a = [{}];
return [4 /*yield*/, _super.prototype.toJson.call(this, useDependsOn, cache)];
case 1:
_b = [__assign.apply(void 0, _a.concat([(_d.sent())]))];
_c = {};
_c = { command: transformCommand(this.command) };
return [4 /*yield*/, this.env.toJson()];

@@ -320,0 +320,0 @@ case 2:

{
"name": "buildkite-graph",
"version": "5.0.0-pre1",
"version": "5.0.0-pre2",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "typings": "dist/index.d.ts",

@@ -219,4 +219,4 @@ import ow from 'ow';

return {
...(await super.toJson(useDependsOn, cache)),
command: transformCommand(this.command),
...(await super.toJson(useDependsOn, cache)),
env: await (this.env as KeyValueImpl<this>).toJson(),

@@ -223,0 +223,0 @@ parallelism: this.parallelism,