@paybase/client
Advanced tools
Comparing version 1.0.0-next.27 to 1.0.0-next.28
@@ -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" | ||
} |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
67872
1