Socket
Socket
Sign inDemoInstall

@octokit/webhooks

Package Overview
Dependencies
Maintainers
4
Versions
255
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/webhooks - npm Package Compare versions

Comparing version 11.1.1 to 12.0.0

2

dist-node/index.js

@@ -553,3 +553,3 @@ "use strict";

if (pathname !== options.path) {
next == null ? void 0 : next();
next?.();
return false;

@@ -556,0 +556,0 @@ } else if (request.method !== "POST") {

{
"name": "@octokit/webhooks",
"version": "11.1.1",
"version": "12.0.0",
"description": "GitHub webhook events toolset for Node.js",

@@ -37,3 +37,3 @@ "keywords": [],

"engines": {
"node": ">= 14"
"node": ">= 18"
},

@@ -40,0 +40,0 @@ "publishConfig": {

Sorry, the diff of this file is not supported yet

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