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
1.4.1

2

dist/conditional.d.ts

@@ -5,5 +5,5 @@ import { Step, Pipeline, GeneratorFn } from '.';

constructor(guarded: T);
constructor(guarded: GeneratorFn<Pipeline | Step>);
constructor(guarded: GeneratorFn<T>);
get(): T;
abstract accept(): boolean;
}
{
"name": "buildkite-graph",
"version": "1.4.0",
"version": "1.4.1",
"main": "dist/index.js",

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