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

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

Package Overview
Dependencies
Maintainers
5
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.12.0 to 1.12.1

8

dist/request/SdRequestDtoUpload.d.ts

@@ -14,3 +14,9 @@ /**

export interface ShapeDiverRequestFileUploadPart {
/** 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;

@@ -17,0 +23,0 @@ /** Content-Type (MIME type) of the file to be uploaded */

2

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

@@ -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