Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

calamarble-xhub

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

calamarble-xhub - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

2

package.json
{
"name": "calamarble-xhub",
"description": "xhub signature verification for POST requests from facebook",
"version": "0.5.0",
"version": "0.6.0",
"main": "./src/index.js",

@@ -6,0 +6,0 @@ "scripts": {

@@ -39,3 +39,3 @@ 'use strict';

const headerSignature = xHubSignature.split('=')[1];
return verifySignature(config.xHubAlgo, config.xHubSecret, headerSignature, rawBody);
return verifySignature(config.algo, config.secret, headerSignature, rawBody);
};

@@ -42,0 +42,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