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.74 to 1.0.75

3

finance/entities/Invoice.js

@@ -0,1 +1,2 @@

const {Product} = require("./Product");
const {APIEntity} = require("../../APIEntity");

@@ -32,3 +33,3 @@ const {Customer} = require("./Customer");

product_id: String,
product: Object,
product: Product,
data: Object

@@ -35,0 +36,0 @@ }

@@ -17,8 +17,8 @@ const {APIEntity} = require("../../APIEntity");

price: Number,
type: APIEntity.createEnum([
"PRODUCT",
"SERVICE",
"SERVICE_DIGITAL",
"SERVICE_PHYSICAL",
]),
type: APIEntity.createEnum({
PRODUCT: "PRODUCT",
SERVICE: "SERVICE",
SERVICE_DIGITAL: "SERVICE_DIGITAL",
SERVICE_PHYSICAL: "SERVICE_PHYSICAL",
}),
vat: [String],

@@ -25,0 +25,0 @@ active: Boolean,

{
"name": "@foxiko/client",
"version": "1.0.74",
"version": "1.0.75",
"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