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 12.0.3 to 12.0.4

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": "12.0.3",
"version": "12.0.4",
"description": "GitHub webhook events toolset for Node.js",

@@ -21,10 +21,10 @@ "keywords": [],

"@types/json-schema": "^7.0.7",
"@types/node": "^18.0.0",
"@types/node": "^20.0.0",
"@types/prettier": "^2.0.0",
"axios": "^1.0.0",
"esbuild": "^0.18.0",
"esbuild": "^0.19.0",
"express": "^4.17.1",
"glob": "^10.0.0",
"jest": "^29.0.0",
"prettier": "2.8.8",
"prettier": "3.1.0",
"prettier-plugin-packagejson": "^2.2.9",

@@ -31,0 +31,0 @@ "ts-jest": "^29.0.0",

@@ -78,3 +78,3 @@ # @octokit/webhooks

signature: webhookEvent["x-hub-signature"],
payload: webhookEvent.body,
payload: JSON.stringify(webhookEvent.body),
})

@@ -81,0 +81,0 @@ .catch(console.error);

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