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

@jupiterone/data-model

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jupiterone/data-model - npm Package Compare versions

Comparing version 0.45.0 to 0.46.0

7

CHANGELOG.md

@@ -11,2 +11,9 @@ # Changelog

## 0.46.0 - 2022-03-25
### Added
- Added deviceId as a nullable required property of Device. This property will
be used in HostAgent PROTECTS DEVICE mapped relationships
## 0.45.0 - 2022-03-05

@@ -13,0 +20,0 @@

6

dist/schemas/Device.json

@@ -38,2 +38,6 @@ {

},
"deviceId": {
"description": "The unique device identifier, traditionally known as a UDID",
"type": ["string", "null"]
},
"hardwareVendor": {

@@ -168,5 +172,5 @@ "description": "The manufacturer or vendor of the device, e.g. Apple Inc., Generic",

},
"required": ["category", "make", "model", "serial"]
"required": ["category", "make", "model", "serial", "deviceId"]
}
]
}

2

package.json
{
"name": "@jupiterone/data-model",
"version": "0.45.0",
"version": "0.46.0",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "files": [

@@ -9,7 +9,7 @@ # JupiterOne Graph Data Model

The model does not represent a strict requirement for data stored in the JupiterOne
graph. It is acceptable and common to include many additional properties on any
class of entity or relationship, when those properties provide value for
querying and reporting. It is however strongly recommended that similar data use
common class and property names where possible.
The model does not represent a strict requirement for data stored in the
JupiterOne graph. It is acceptable and common to include many additional
properties on any class of entity or relationship, when those properties provide
value for querying and reporting. It is however strongly recommended that
similar data use common class and property names where possible.

@@ -16,0 +16,0 @@ The value is realized when writing queries, or using queries others have

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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