New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@paybase/client

Package Overview
Dependencies
Maintainers
10
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paybase/client - npm Package Compare versions

Comparing version 1.0.0-next.23 to 1.0.0-next.24

10

package.json
{
"name": "@paybase/client",
"version": "1.0.0-next.23+4c82e0d",
"version": "1.0.0-next.24+e4ae96a",
"publishConfig": {

@@ -33,5 +33,5 @@ "access": "public"

"devDependencies": {
"@paybase/protobuf-typescript-compiler": "^1.0.1-next.23+4c82e0d",
"@paybase/protobuf-typescript-printer-lib": "^1.0.1-next.23+4c82e0d",
"@paybase/protobuf-typescript-printer-types": "^1.0.1-next.23+4c82e0d",
"@paybase/protobuf-typescript-compiler": "^1.0.1-next.24+e4ae96a",
"@paybase/protobuf-typescript-printer-lib": "^1.0.1-next.24+e4ae96a",
"@paybase/protobuf-typescript-printer-types": "^1.0.1-next.24+e4ae96a",
"@types/node": "^12.0.3",

@@ -46,3 +46,3 @@ "@typescript-eslint/eslint-plugin": "^1.9.0",

},
"gitHead": "4c82e0d7bceb2b877285a10c3d7b5f50b0219619"
"gitHead": "e4ae96ac0fa6f5bd050ac060b9f20286e1afd4d5"
}
import * as account from './account';
export { account };
import * as alert from './alert';
export { alert };
import * as auth from './auth';
export { auth };
import * as bankaccount from './bankaccount';
export { bankaccount };
import * as common from './common';
export { common };
import * as card from './card';
export { card };
import * as cardholder from './cardholder';
export { cardholder };
import * as check from './check';
export { check };
import * as customer from './customer';
export { customer };
import * as document from './document';
export { document };
import * as event from './event';
export { event };
import * as reference from './reference';
export { reference };
import * as statement from './statement';
export { statement };
import * as status from './status';
export { status };
import * as tx_external from './tx.external';
export { tx_external };
import * as transaction from './transaction';
export { transaction };
import * as tx_internal from './tx.internal';
export { tx_internal };
export { account, alert, auth, bankaccount, common, card, cardholder, check, customer, document, event, reference, statement, status, tx_external, transaction, tx_internal, };
declare const _default: {
account: typeof account;
alert: typeof alert;
auth: typeof auth;
bankaccount: typeof bankaccount;
common: typeof common;
card: typeof card;
cardholder: typeof cardholder;
check: typeof check;
customer: typeof customer;
document: typeof document;
event: typeof event;
reference: typeof reference;
statement: typeof statement;
status: typeof status;
tx_external: typeof tx_external;
transaction: typeof transaction;
tx_internal: typeof tx_internal;
};
export default _default;

@@ -44,1 +44,20 @@ "use strict";

exports.tx_internal = tx_internal;
exports.default = {
account,
alert,
auth,
bankaccount,
common,
card,
cardholder,
check,
customer,
document,
event,
reference,
statement,
status,
tx_external,
transaction,
tx_internal,
};
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