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.27 to 1.0.0-next.28

2

client.d.ts

@@ -5,3 +5,3 @@ import { API } from './api';

};
declare const client: (apiKey: string, options: ConfigurationOptions) => API;
declare const client: (apiKey: string, options?: ConfigurationOptions) => API;
export default client;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const api_1 = require("./api");
const client = (apiKey, options) => {
const client = (apiKey, options = {}) => {
const apiURL = options.sandbox

@@ -6,0 +6,0 @@ ? 'https://api-json.sandbox.paybase.io'

@@ -6,3 +6,3 @@ import { default as v1 } from './client';

declare const _default: {
v1: (apiKey: string, options: {
v1: (apiKey: string, options?: {
sandbox?: boolean | undefined;

@@ -9,0 +9,0 @@ }) => import("./api").API;

{
"name": "@paybase/client",
"version": "1.0.0-next.27+1cb1edd",
"version": "1.0.0-next.28+581334d",
"publishConfig": {

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

"devDependencies": {
"@paybase/protobuf-typescript-compiler": "^1.0.1-next.27+1cb1edd",
"@paybase/protobuf-typescript-printer-lib": "^1.0.1-next.27+1cb1edd",
"@paybase/protobuf-typescript-printer-types": "^1.0.1-next.27+1cb1edd",
"@paybase/protobuf-typescript-compiler": "^1.0.1-next.28+581334d",
"@paybase/protobuf-typescript-printer-lib": "^1.0.1-next.28+581334d",
"@paybase/protobuf-typescript-printer-types": "^1.0.1-next.28+581334d",
"@types/node": "^12.0.3",

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

},
"gitHead": "1cb1edda91685ddcdf41045fd765c89c481a57c0"
"gitHead": "581334d8063420d49d1e672838a9a3f1cb5553c7"
}
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