Socket
Socket
Sign inDemoInstall

@octokit/webhooks

Package Overview
Dependencies
Maintainers
4
Versions
257
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 10.9.1 to 10.9.2

2

dist-node/index.js

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

event.signature
);
).catch(() => false);
if (!matchesSignature) {

@@ -498,0 +498,0 @@ const error = new Error(

@@ -8,3 +8,3 @@ import { verify } from "@octokit/webhooks-methods";

event.signature
);
).catch(() => false);
if (!matchesSignature) {

@@ -11,0 +11,0 @@ const error = new Error(

@@ -456,3 +456,3 @@ // pkg/dist-src/createLogger.js

event.signature
);
).catch(() => false);
if (!matchesSignature) {

@@ -459,0 +459,0 @@ const error = new Error(

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

@@ -5,0 +5,0 @@ "keywords": [],

Sorry, the diff of this file is not supported yet

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