Socket
Socket
Sign inDemoInstall

@jupiterone/data-model

Package Overview
Dependencies
Maintainers
1
Versions
94
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.32.0 to 0.33.0

5

CHANGELOG.md

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

## 0.33.0 - 2021-07-20
### Added
- Changed `DomainRecord.value` to be `string | string[]`
## 0.32.0 - 2021-07-08

@@ -13,0 +18,0 @@

12

dist/schemas/DomainRecord.json

@@ -46,3 +46,13 @@ {

"description": "The record value. Could be referenced as `data`, `content`, `resourceRecords`, `aliasTarget` or another property name depending on the DNS provider.",
"type": "string"
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
]
}

@@ -49,0 +59,0 @@ },

2

package.json
{
"name": "@jupiterone/data-model",
"version": "0.32.0",
"version": "0.33.0",
"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