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

@foxiko/client

Package Overview
Dependencies
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@foxiko/client - npm Package Compare versions

Comparing version 1.0.54 to 1.0.55

finance/controllers/ProductController.js

4

finance/entities/Stock.js

@@ -1,3 +0,5 @@

class Stock {
const {APIEntity} = require("../../APIEntity");
class Stock extends APIEntity {
static COLUMNS = {

@@ -4,0 +6,0 @@ id: String,

@@ -23,2 +23,3 @@ const {AccountController} = require("./controllers/AccountController");

this.account = new AccountController(this, accountId, client);
this.product = new ProductController(this, accountId, client);
}

@@ -25,0 +26,0 @@

@@ -44,2 +44,8 @@ const schema = process.env['LOCAL'] === "true" ? "http" : "https";

},
PRODUCT: {
GET: (id) => `${schema}://${domain}/${version}/finance/product/${id}/get`,
EDIT: (id) => `${schema}://${domain}/${version}/finance/product/${id}/edit`,
CREATE: `${schema}://${domain}/${version}/finance/product/create`,
ALL: `${schema}://${domain}/${version}/finance/product/all`,
},
CUSTOMER: {

@@ -46,0 +52,0 @@ GET: (id) => `${schema}://${domain}/${version}/finance/customer/${id}/get`,

{
"name": "@foxiko/client",
"version": "1.0.54",
"version": "1.0.55",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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