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 11.1.1 to 11.1.2

2

dist-node/index.js

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

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

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

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

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

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

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

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

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

{
"name": "@octokit/webhooks",
"version": "11.1.1",
"version": "11.1.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