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

hapi-middleman-paypal-intacct

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapi-middleman-paypal-intacct - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

16

lib/glue/index.d.ts

@@ -1,7 +0,11 @@

export declare const glueRegistrations: any;
export declare const glueManifest: {
registrations: any[];
import { PluginRegistrationObject } from "hapi";
export { PluginRegistrationObject } from "hapi";
export { hapiIntacctGlueRegistration } from "./hapi-intacct";
export { hapiPayPalGlueRegistration } from "./hapi-paypal";
export { hapiPayPalIntacctInvoicingGlueRegistration } from "./invoicing";
declare const _default: {
registrations: {
plugin: PluginRegistrationObject<any>;
}[];
};
export * from "./hapi-intacct";
export * from "./hapi-paypal";
export * from "./invoicing";
export default _default;
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });

@@ -9,15 +6,15 @@ const hapi_intacct_1 = require("./hapi-intacct");

const invoicing_1 = require("./invoicing");
exports.glueRegistrations = [
hapi_paypal_1.hapiPayPalGlueRegistration,
hapi_intacct_1.hapiIntacctGlueRegistration,
invoicing_1.hapiPayPalIntacctGlueRegistration,
];
exports.glueManifest = {
var hapi_intacct_2 = require("./hapi-intacct");
exports.hapiIntacctGlueRegistration = hapi_intacct_2.hapiIntacctGlueRegistration;
var hapi_paypal_2 = require("./hapi-paypal");
exports.hapiPayPalGlueRegistration = hapi_paypal_2.hapiPayPalGlueRegistration;
var invoicing_2 = require("./invoicing");
exports.hapiPayPalIntacctInvoicingGlueRegistration = invoicing_2.hapiPayPalIntacctInvoicingGlueRegistration;
exports.default = {
registrations: [
...exports.glueRegistrations,
hapi_intacct_1.hapiIntacctGlueRegistration,
hapi_paypal_1.hapiPayPalGlueRegistration,
invoicing_1.hapiPayPalIntacctInvoicingGlueRegistration,
],
};
__export(require("./hapi-intacct"));
__export(require("./hapi-paypal"));
__export(require("./invoicing"));
//# sourceMappingURL=index.js.map
import { PluginRegistrationObject } from "hapi";
import { HapiPayPalIntacctInvoicing, IInvoicingOptions } from "../";
export declare const hapiPayPalIntacctInvoicing: HapiPayPalIntacctInvoicing;
export declare const hapiInvoicingOptions: IInvoicingOptions;
export declare const hapiPayPalIntacctPlugin: PluginRegistrationObject<any>;
export declare const hapiPayPalIntacctGlueRegistration: {
export declare const hapiPayPalIntacctInvoicingOptions: IInvoicingOptions;
export declare const hapiPayPalIntacctInvoicingPlugin: PluginRegistrationObject<any>;
export declare const hapiPayPalIntacctInvoicingGlueRegistration: {
plugin: PluginRegistrationObject<any>;
};

@@ -5,3 +5,3 @@ "use strict";

exports.hapiPayPalIntacctInvoicing = new _1.HapiPayPalIntacctInvoicing();
exports.hapiInvoicingOptions = {
exports.hapiPayPalIntacctInvoicingOptions = {
autogenerate: process.env.INVOICING_AUTO ? true : false,

@@ -41,10 +41,10 @@ cron: {

};
exports.hapiPayPalIntacctPlugin = {
options: exports.hapiInvoicingOptions,
exports.hapiPayPalIntacctInvoicingPlugin = {
options: exports.hapiPayPalIntacctInvoicingOptions,
register: exports.hapiPayPalIntacctInvoicing.register,
select: ["private"],
};
exports.hapiPayPalIntacctGlueRegistration = {
plugin: exports.hapiPayPalIntacctPlugin,
exports.hapiPayPalIntacctInvoicingGlueRegistration = {
plugin: exports.hapiPayPalIntacctInvoicingPlugin,
};
//# sourceMappingURL=invoicing.js.map
{
"name": "hapi-middleman-paypal-intacct",
"version": "0.0.14",
"version": "0.0.15",
"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

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