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

ap3

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ap3 - npm Package Compare versions

Comparing version 0.2.32 to 0.2.33

1

lib/index.js

@@ -77,2 +77,3 @@ var request = require("request");

var path = urls.parse(req.url).pathname;
self.logger.warn("DEBUG: webhook auth:", JSON.stringify(installed), path, JSON.stringify(req.body));
if (installed && path === installed.get("url") && req.body.publicKey) {

@@ -79,0 +80,0 @@ req.clientPublicKey = req.body.publicKey;

2

lib/middleware/oauth.js

@@ -130,3 +130,3 @@ // modified from https://bitbucket.org/knecht_andreas/atlassian-oauth-validator

else {
plugin.logger.warn("DEBUG: hget consumer:", JSON.stringify(consumer));
plugin.logger.warn("DEBUG: hget consumer:", clientKey, JSON.stringify(consumer));
verify(consumer.publicKey);

@@ -133,0 +133,0 @@ }

{
"name": "ap3",
"version": "0.2.32",
"version": "0.2.33",
"description": "Atlassian Plugins 3 library for Express",

@@ -5,0 +5,0 @@ "dependencies": {

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