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

@shapediver/api.geometry-api-dto-v2

Package Overview
Dependencies
Maintainers
5
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shapediver/api.geometry-api-dto-v2 - npm Package Compare versions

Comparing version 1.14.0 to 1.14.1

10

dist/request/SdRequestDtoUpload.d.ts

@@ -30,7 +30,13 @@ /**

* @swagger {components.schemas.RequestFileUploadPart.properties} filename {
"description": "Name of the file to be uploaded.",
"description": "Name of the file to be uploaded.<br/><br/>When this property is set, then the actual file upload request must contain a Content-Disposition HTTP header with the value \"attachment; filename=<i>{filename}<i>\". Otherwise, a signature mismatch will occur.",
"type": "string"
}
*/
/** Name of the file to be uploaded. */
/**
* Name of the file to be uploaded.
*
* When this property is set, then the actual file upload request must contain a
* Content-Disposition HTTP header with the value \"attachment; filename=<i>{filename}<i>.\".
* Otherwise, a signature mismatch will occur.
*/
filename?: string;

@@ -37,0 +43,0 @@ /**

2

package.json
{
"name": "@shapediver/api.geometry-api-dto-v2",
"version": "1.14.0",
"version": "1.14.1",
"description": "Data Transfer Object Definitions of the Geometry API v2",

@@ -5,0 +5,0 @@ "keywords": [],

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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