Socket
Socket
Sign inDemoInstall

@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.22.0 to 0.22.1

16

CHANGELOG.md

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

## 0.22.1 - 2021-05-19
### Changed
- Stop requiring `ipAddress` on `NetworkEndpoint` class. Azure private endpoints
actually relate to a `NetworkInterface` entity, where the IP address lives.
### Fixed
- [#87](https://github.com/JupiterOne/data-model/issues/87) - `Control` entity
class should allow an array of `function`
## 0.22.0 - 2021-05-05

@@ -23,4 +35,4 @@

- Fix [#82](https://github.com/JupiterOne/data-model/issues/82) - Add
`retentionPeriodDays` property to `DataStore` class that represents the number of
days that data will be retained for.
`retentionPeriodDays` property to `DataStore` class that represents the number
of days that data will be retained for.

@@ -27,0 +39,0 @@ ## 0.20.1 - 2021-04-15

@@ -14,11 +14,5 @@ {

"description": "The function of the control. It can be a string or string array. Value of each item should be either all lower case or, in the case of an acronym, all upper case.",
"anyOf": [
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
},
"type": "string",
"enum": [

@@ -94,2 +88,79 @@ "directory",

]
},
{
"type": "array",
"uniqueItems": true,
"items": {
"type": "string",
"enum": [
"directory",
"inventory",
"access-control",
"access-review",
"compliance",
"monitoring",
"logging",
"auditing",
"scheduling",
"configuration-audit",
"key-management",
"password-management",
"secret-management",
"config-management",
"device-management",
"patch-management",
"endpoint-management",
"endpoint-protection",
"data-protection",
"data-encryption",
"pen-test",
"bug-bounty",
"appsec",
"application-security",
"container-security",
"package-registry",
"infrastructure",
"ticketing",
"training",
"firewall",
"networking",
"wifi",
"physical-access",
"video-surveillance",
"DNS",
"VPN",
"IAM",
"SSO",
"MFA",
"PAM",
"DLP",
"SAST",
"DAST",
"IAST",
"MAST",
"RASP",
"SCA",
"SCM",
"VAS",
"VMS",
"AV",
"CA",
"PKI",
"IDS",
"IPS",
"HIDS",
"NIDS",
"WAF",
"MDM",
"EMM",
"EDR",
"EPP",
"SIEM",
"ITAM",
"ITSM",
"SSH",
"SFTP",
"VRM"
]
}
}

@@ -96,0 +167,0 @@ ]

2

dist/schemas/NetworkEndpoint.json

@@ -18,5 +18,5 @@ {

},
"required": ["ipAddress"]
"required": []
}
]
}
{
"name": "@jupiterone/data-model",
"version": "0.22.0",
"version": "0.22.1",
"main": "dist/index.js",

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

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