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.15.0 to 1.16.0

1

dist/response/SdResponseDto.d.ts

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

message?: string;
warnings?: string[];
collection?: ShapeDiverResponseCollection;

@@ -12,0 +13,0 @@ actions?: ShapeDiverResponseAction[];

6

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

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

"devDependencies": {
"lerna": "8.1.3",
"typescript": "~5.5.2"
"lerna": "8.1.8",
"typescript": "~5.5.4"
}
}

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

/**
* An array of warnings encountered during request processing. These warnings indicate
* potential issues or non-critical conditions but did not prevent the request from being
* successfully processed.
*/
warnings?: string[];
/**
* Model object

@@ -35,0 +42,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