New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.39 to 1.0.40

2

finance/entities/Invoice.js

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

async createItem(item) {
let result = this.#handler.createItem(this, item);
let result = await this.#handler.createItem(this, item);
result._invoice(this);

@@ -75,0 +75,0 @@ for(let item of this.items) {

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