hapi-middleman-paypal-intacct
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -56,3 +56,3 @@ "use strict"; | ||
register: exports.hapiIntacct.register, | ||
select: ["paypal-intacct-private"], | ||
select: ["private"], | ||
}; | ||
@@ -59,0 +59,0 @@ exports.hapiIntacctGlueRegistration = { |
@@ -65,3 +65,3 @@ "use strict"; | ||
register: exports.hapiPayPal.register, | ||
select: ["paypal-intacct-public"], | ||
select: ["public"], | ||
}; | ||
@@ -68,0 +68,0 @@ exports.hapiPayPalGlueRegistration = { |
export declare const GlueRegistrations: any; | ||
export declare const GlueManifest: { | ||
connections: { | ||
host: any; | ||
labels: string[]; | ||
port: any; | ||
}[]; | ||
registrations: any[]; | ||
@@ -9,0 +4,0 @@ }; |
@@ -15,14 +15,2 @@ "use strict"; | ||
exports.GlueManifest = { | ||
connections: [ | ||
{ | ||
host: process.env.IP || "127.0.0.1", | ||
labels: ["paypal-intacct-private"], | ||
port: process.env.PRIVATE_PORT || 3001, | ||
}, | ||
{ | ||
host: process.env.IP || "0.0.0.0", | ||
labels: ["paypal-intacct-public"], | ||
port: process.env.PUBLIC_PORT || process.env.PORT || 3000, | ||
}, | ||
], | ||
registrations: [ | ||
@@ -29,0 +17,0 @@ ...exports.GlueRegistrations, |
{ | ||
"name": "hapi-middleman-paypal-intacct", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "hapi-middleman module for integrating paypal with intacct", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
31
62729
867