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

@jsenv/github-check-run

Package Overview
Dependencies
Maintainers
0
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsenv/github-check-run - npm Package Compare versions

Comparing version 0.1.22 to 0.1.23

6

package.json
{
"name": "@jsenv/github-check-run",
"version": "0.1.22",
"version": "0.1.23",
"description": "Interact with GitHub check rest API",

@@ -36,5 +36,5 @@ "license": "MIT",

"dependencies": {
"@jsenv/fetch": "1.1.63",
"@jsenv/humanize": "1.2.4"
"@jsenv/fetch": "1.1.64",
"@jsenv/humanize": "1.2.5"
}
}

@@ -0,2 +1,4 @@

// tslint:disable:ordered-imports
export { startGithubCheckRun } from "./start_github_check_run.js";
export { readGitHubWorkflowEnv } from "./read_github_workflow_env.js";

@@ -7,5 +7,5 @@ /**

import { createLogger, createDetailedMessage, UNICODE } from "@jsenv/humanize";
import { createDetailedMessage, createLogger, UNICODE } from "@jsenv/humanize";
import { POST, PATCH } from "./internal/github_rest_api.js";
import { PATCH, POST } from "./internal/github_rest_api.js";

@@ -12,0 +12,0 @@ export const startGithubCheckRun = async ({

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