🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@isoftdata/universal-object-htp-utility

Package Overview
Dependencies
Maintainers
11
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@isoftdata/universal-object-htp-utility - npm Package Compare versions

Comparing version
3.17.1
to
3.18.0
+8
-8
inventory.js

@@ -101,10 +101,10 @@ import _ from "lodash"

// datesold: inventoryObjectRow.dateSold,
label1: inventoryObjectRow.tags[0]?.label,
label2: inventoryObjectRow.tags[1]?.label,
label3: inventoryObjectRow.tags[2]?.label,
label4: inventoryObjectRow.tags[3]?.label,
data1: inventoryObjectRow.tags[0]?.value,
data2: inventoryObjectRow.tags[1]?.value,
data3: inventoryObjectRow.tags[2]?.value,
data4: inventoryObjectRow.tags[3]?.value,
label1: null,
label2: null,
label3: null,
label4: null,
data1: null,
data2: null,
data3: null,
data4: null,
cost: inventoryObjectRow.cost,

@@ -111,0 +111,0 @@ // make: inventoryObjectRow.vehicle.make?.substring(0, 24) || '', //incorrect?

{
"name": "@isoftdata/universal-object-htp-utility",
"version": "3.17.1",
"version": "3.18.0",
"description": "Functions to convert universal objects to htp schema",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",

@@ -13,6 +16,3 @@ "author": "",

"p-props": "^6.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}
}