Socket
Socket
Sign inDemoInstall

@shapediver/sdk.sdtf-core

Package Overview
Dependencies
Maintainers
5
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shapediver/sdk.sdtf-core - npm Package Compare versions

Comparing version 1.2.2 to 1.3.0

18

dist/structure/SdtfShapeDiverTypeHints.d.ts

@@ -14,2 +14,3 @@ export declare enum SdtfPrimitiveTypeHintName {

INT64 = "int64",
JSON = "json",
SINGLE = "single",

@@ -37,2 +38,5 @@ STRING = "string",

GEOMETRY_POINT = "geometry.point",
GEOMETRY_POINT2D = "geometry.point2d",
GEOMETRY_POINT3D = "geometry.point3d",
GEOMETRY_POINT4D = "geometry.point4d",
GEOMETRY_POLYLINE = "geometry.polyline",

@@ -44,3 +48,7 @@ GEOMETRY_RAY = "geometry.ray",

GEOMETRY_TRANSFORM = "geometry.transform",
GEOMETRY_VECTOR = "geometry.vector"
GEOMETRY_TRANSFORM_LIST = "geometry.transformlist",
GEOMETRY_VECTOR = "geometry.vector",
GEOMETRY_VECTOR2D = "geometry.vector2d",
GEOMETRY_VECTOR3D = "geometry.vector3d",
GEOMETRY_VECTOR4D = "geometry.vector4d"
}

@@ -99,2 +107,5 @@ export declare enum SdtfGrasshopperTypeHintName {

GEOMETRY_POINT: SdtfGeometryTypeHintName.GEOMETRY_POINT;
GEOMETRY_POINT2D: SdtfGeometryTypeHintName.GEOMETRY_POINT2D;
GEOMETRY_POINT3D: SdtfGeometryTypeHintName.GEOMETRY_POINT3D;
GEOMETRY_POINT4D: SdtfGeometryTypeHintName.GEOMETRY_POINT4D;
GEOMETRY_POLYLINE: SdtfGeometryTypeHintName.GEOMETRY_POLYLINE;

@@ -106,3 +117,7 @@ GEOMETRY_RAY: SdtfGeometryTypeHintName.GEOMETRY_RAY;

GEOMETRY_TRANSFORM: SdtfGeometryTypeHintName.GEOMETRY_TRANSFORM;
GEOMETRY_TRANSFORM_LIST: SdtfGeometryTypeHintName.GEOMETRY_TRANSFORM_LIST;
GEOMETRY_VECTOR: SdtfGeometryTypeHintName.GEOMETRY_VECTOR;
GEOMETRY_VECTOR2D: SdtfGeometryTypeHintName.GEOMETRY_VECTOR2D;
GEOMETRY_VECTOR3D: SdtfGeometryTypeHintName.GEOMETRY_VECTOR3D;
GEOMETRY_VECTOR4D: SdtfGeometryTypeHintName.GEOMETRY_VECTOR4D;
BOOLEAN: SdtfPrimitiveTypeHintName.BOOLEAN;

@@ -120,2 +135,3 @@ CHAR: SdtfPrimitiveTypeHintName.CHAR;

INT64: SdtfPrimitiveTypeHintName.INT64;
JSON: SdtfPrimitiveTypeHintName.JSON;
SINGLE: SdtfPrimitiveTypeHintName.SINGLE;

@@ -122,0 +138,0 @@ STRING: SdtfPrimitiveTypeHintName.STRING;

@@ -18,2 +18,3 @@ "use strict";

SdtfPrimitiveTypeHintName["INT64"] = "int64";
SdtfPrimitiveTypeHintName["JSON"] = "json";
SdtfPrimitiveTypeHintName["SINGLE"] = "single";

@@ -42,2 +43,5 @@ SdtfPrimitiveTypeHintName["STRING"] = "string";

SdtfGeometryTypeHintName["GEOMETRY_POINT"] = "geometry.point";
SdtfGeometryTypeHintName["GEOMETRY_POINT2D"] = "geometry.point2d";
SdtfGeometryTypeHintName["GEOMETRY_POINT3D"] = "geometry.point3d";
SdtfGeometryTypeHintName["GEOMETRY_POINT4D"] = "geometry.point4d";
SdtfGeometryTypeHintName["GEOMETRY_POLYLINE"] = "geometry.polyline";

@@ -49,3 +53,7 @@ SdtfGeometryTypeHintName["GEOMETRY_RAY"] = "geometry.ray";

SdtfGeometryTypeHintName["GEOMETRY_TRANSFORM"] = "geometry.transform";
SdtfGeometryTypeHintName["GEOMETRY_TRANSFORM_LIST"] = "geometry.transformlist";
SdtfGeometryTypeHintName["GEOMETRY_VECTOR"] = "geometry.vector";
SdtfGeometryTypeHintName["GEOMETRY_VECTOR2D"] = "geometry.vector2d";
SdtfGeometryTypeHintName["GEOMETRY_VECTOR3D"] = "geometry.vector3d";
SdtfGeometryTypeHintName["GEOMETRY_VECTOR4D"] = "geometry.vector4d";
})(SdtfGeometryTypeHintName = exports.SdtfGeometryTypeHintName || (exports.SdtfGeometryTypeHintName = {}));

@@ -52,0 +60,0 @@ var SdtfGrasshopperTypeHintName;

6

package.json
{
"name": "@shapediver/sdk.sdtf-core",
"version": "1.2.2",
"version": "1.3.0",
"description": "Base implementation for all sdTF TypeScript SDKs",

@@ -40,6 +40,6 @@ "keywords": [

"devDependencies": {
"jest": "~29.4.1",
"lerna": "~6.4.1",
"jest": "~29.5.0",
"lerna": "~6.6.0",
"typescript": "~4.9.5"
}
}

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