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

@intelligentgraphics/openconfiguration

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@intelligentgraphics/openconfiguration - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0-alpha.0

13

dist/index.d.ts

@@ -17,5 +17,5 @@ declare namespace Cns {

* The mandatory format of the optional preview mesh.
* Allowed formats are "OpenCTM", "OBJ", "OGRE Binary".
* Allowed formats are "OpenCTM", "OBJ", "FBX".
*/
previewFormat?: "OpenCTM" | "OBJ" | "FBX" | "OGRE Binary";
previewFormat?: "OpenCTM" | "OBJ" | "FBX";
/**

@@ -27,5 +27,5 @@ * An optional mesh to be displayed until the main mesh is loaded.

* The mandatory format of the optional main mesh.
* Allowed formats are "OpenCTM", "OBJ", "FBX", "OGRE Binary".
* Allowed formats are "OpenCTM", "OBJ", "FBX", "DWG".
*/
meshFormat?: "OpenCTM" | "OBJ" | "FBX" | "OGRE Binary";
meshFormat?: "OpenCTM" | "OBJ" | "FBX" | "DWG";
/**

@@ -617,2 +617,7 @@ * An optional mesh to be displayed as main mesh. Note, in some case a

/**
* One or more symbolic id to identify a component at run-time. Unlike Path, a
* Tag is more robust and not biunique.
*/
tags?: string[];
/**
* The optional attribute defines property ids that are linked to this

@@ -619,0 +624,0 @@ * object (and it's children). This information may be used for context-

{
"name": "@intelligentgraphics/openconfiguration",
"version": "1.0.0",
"description": "Openconfiguration 1.0.0 (1.0.0.100)",
"version": "1.1.0-alpha.0",
"description": "Openconfiguration 1.1.0 Alpha 0 (1.1.0.1)",
"publishConfig": {

@@ -6,0 +6,0 @@ "access": "public"

@@ -7,4 +7,9 @@ # Openconfiguration

### 1.1.0-alpha.0
- add component tags
- ig/Geometry += DWG
### 1.0.0
- initial stable release
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