Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
11
Maintainers
5
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.9 to 1.0.10

1

dist/index.d.ts
export * from "@shapediver/api.geometry-api-dto-v2";
export { ShapeDiverError, ShapeDiverRequestError, ShapeDiverResponseError, } from "@shapediver/sdk.geometry-api-sdk-core";
export { create, ShapeDiverSdk } from "./ShapeDiverSdk";
//# sourceMappingURL=index.d.ts.map

@@ -13,4 +13,8 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.ShapeDiverSdk = exports.create = void 0;
exports.ShapeDiverSdk = exports.create = exports.ShapeDiverResponseError = exports.ShapeDiverRequestError = exports.ShapeDiverError = void 0;
__exportStar(require("@shapediver/api.geometry-api-dto-v2"), exports);
var sdk_geometry_api_sdk_core_1 = require("@shapediver/sdk.geometry-api-sdk-core");
Object.defineProperty(exports, "ShapeDiverError", { enumerable: true, get: function () { return sdk_geometry_api_sdk_core_1.ShapeDiverError; } });
Object.defineProperty(exports, "ShapeDiverRequestError", { enumerable: true, get: function () { return sdk_geometry_api_sdk_core_1.ShapeDiverRequestError; } });
Object.defineProperty(exports, "ShapeDiverResponseError", { enumerable: true, get: function () { return sdk_geometry_api_sdk_core_1.ShapeDiverResponseError; } });
var ShapeDiverSdk_1 = require("./ShapeDiverSdk");

@@ -17,0 +21,0 @@ Object.defineProperty(exports, "create", { enumerable: true, get: function () { return ShapeDiverSdk_1.create; } });

2

package.json
{
"name": "@shapediver/sdk.geometry-api-sdk-v2",
"version": "1.0.9",
"version": "1.0.10",
"description": "SDK to communicate with the Geometry View API version 2",

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc