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
2
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.0.8 to 0.0.9

2

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

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

@@ -188,3 +188,3 @@ /**

});
if (pendingAbortController.signal.aborted) {
if (pendingAbortController && pendingAbortController.signal.aborted) {
return;

@@ -191,0 +191,0 @@ }

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