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.12 to 0.2.13

20

lib/internal/config.js

@@ -9,3 +9,3 @@ var _ = require("underscore");

var config = loadConfig("ap3.json");
var config = loadConfig("config.json");
var publicKey = loadFile("public-key.pem");

@@ -66,15 +66,7 @@ var privateKey = loadFile("private-key.pem");

store: "memory",
hosts: [{
url: "http://localhost:1990/confluence",
user: "admin",
pass: "admin"
}, {
url: "http://localhost:2990/jira",
user: "admin",
pass: "admin"
}, {
url: "http://localhost:5990/refapp",
user: "admin",
pass: "admin"
}]
hosts: [
url: "http://admin:admin@localhost:1990/confluence",
url: "http://admin:admin@localhost:2990/jira",
url: "http://admin:admin@localhost:5990/refapp"
]
};

@@ -81,0 +73,0 @@

{
"name": "ap3",
"version": "0.2.12",
"version": "0.2.13",
"description": "Helper package for Atlassian Plugins 3 add-ons running on Express",

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

@@ -1,3 +0,3 @@

# Atlassian Plugins 3 lib for Express
# ap3: Node package for Express based Atlassian Plugins 3 Add-ons
This npm library is a collection of useful node modules for speeding up your P3 add-on development. It's currently experimental at this point and is in active development.
TODO

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