Socket
Socket
Sign inDemoInstall

@alwaysmeticulous/api

Package Overview
Dependencies
Maintainers
5
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alwaysmeticulous/api - npm Package Compare versions

Comparing version 2.149.0 to 2.152.0

6

dist/sdk-bundle-api/sdk-to-bundle/test-run-environment.d.ts

@@ -24,2 +24,4 @@ export interface TestRunEnvironment {

headRef?: string;
/** GitHub Actions run ID that triggered this test run */
runId?: number;
}

@@ -35,2 +37,4 @@ export interface TestRunGitHubPushContext {

ref: string;
/** GitHub Actions run ID that triggered this test run */
runId?: number;
}

@@ -48,2 +52,4 @@ export interface TestRunGitHubWorkflowDispatchContext {

headSha: string;
/** GitHub Actions run ID that triggered this test run */
runId?: number;
}

@@ -50,0 +56,0 @@ export type TestRunGitLabContext = TestRunGitLabMergeRequestContext | TestRunGitLabPushContext;

4

package.json
{
"name": "@alwaysmeticulous/api",
"version": "2.149.0",
"version": "2.152.0",
"description": "Meticulous API types",

@@ -38,3 +38,3 @@ "license": "ISC",

},
"gitHead": "a4db0d275545f9d58415dcb32da999a4a98f9f65"
"gitHead": "95717c6bee4830ff0c977ba642d6253753952481"
}
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