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
0
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.14.1 to 1.15.0

4

dist/response/SdResponseDto.d.ts

@@ -141,2 +141,6 @@ import { ShapeDiverCommonsGroup } from '../commons/SdCommonsGroup';

href: string;
headers: {
contentDisposition?: string;
contentType: string;
};
}

@@ -143,0 +147,0 @@ export type ShapeDiverResponseFileUpload = {

2

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

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

@@ -333,2 +333,11 @@ import { ShapeDiverCommonsGroup } from '../commons/SdCommonsGroup';

href: string;
/** HTTP headers to use for the file upload request. */
headers: {
/** The value of the Content-Disposition HTTP header. */
contentDisposition?: string;
/** The value of the Content-Type HTTP header. */
contentType: string;
};
}

@@ -335,0 +344,0 @@

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