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

@vivocha/public-types

Package Overview
Dependencies
Maintainers
27
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vivocha/public-types - npm Package Compare versions

Comparing version 1.2.1-multi-attachment.0 to 1.2.1-multi-attachment.1

4

package.json
{
"name": "@vivocha/public-types",
"version": "1.2.1-multi-attachment.0",
"version": "1.2.1-multi-attachment.1",
"description": "Vivocha public types",

@@ -26,3 +26,3 @@ "main": "dist/index.js",

},
"gitHead": "19880a590f6235670cc503052a155bb91b5492ee"
"gitHead": "ced943741ca1a5badb0a70f19e5be42fc4f2994c"
}

@@ -15,6 +15,47 @@ {

"item": {
"$ref": "attachment_metadata"
"description": "Vivocha Attachment",
"type": "object",
"required": ["url", "meta"],
"properties": {
"url": {
"$ref": "common#/definitions/notEmptyString"
},
"meta": {
"description": "Vivocha Attachment Metadata",
"type": "object",
"required": ["mimetype"],
"properties": {
"originalUrl": {
"$ref": "common#/definitions/notEmptyString"
},
"originalUrlHash": {
"$ref": "common#/definitions/notEmptyString"
},
"originalId": {
"$ref": "common#/definitions/notEmptyString"
},
"originalName": {
"$ref": "common#/definitions/notEmptyString"
},
"mimetype": {
"$ref": "common#/definitions/notEmptyString"
},
"desc": {
"$ref": "common#/definitions/notEmptyString"
},
"key": {
"$ref": "common#/definitions/notEmptyString"
},
"size": {
"type": "number"
},
"ref": {
"$ref": "common#/definitions/notEmptyString"
}
}
}
}
}
}
}
}
}
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