Socket
Socket
Sign inDemoInstall

tigerbay

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tigerbay - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

1

lib/models/customers.d.ts

@@ -73,2 +73,3 @@ import { APIGroup, LinkedObject } from "./common";

search(params: CustomerSearchRequest): Promise<Array<Customer>>;
find(id: number): Promise<Customer>;
/**

@@ -75,0 +76,0 @@ * Create a new customer

@@ -30,2 +30,7 @@ "use strict";

}
find(id) {
return __awaiter(this, void 0, void 0, function* () {
return (yield this.axios.get(`/sales/customers/${id}`)).data;
});
}
/**

@@ -32,0 +37,0 @@ * Create a new customer

2

package.json
{
"name": "tigerbay",
"version": "0.6.1",
"version": "0.6.2",
"description": "API Client library for TigerBay",

@@ -5,0 +5,0 @@ "main": "lib/client.js",

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