Socket
Socket
Sign inDemoInstall

@shapediver/sdk.sdtf-v1

Package Overview
Dependencies
13
Maintainers
5
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 1.1.3

4

dist/writer/SdtfWriteableComponentPostProcessor.js

@@ -93,5 +93,5 @@ "use strict";

// Check every node whether their respective data items are of similar a type hint
componentList.nodes.forEach(node => complement(node, componentList.items));
componentList.nodes.forEach(node => complement(node, node.items));
// Check every chunk whether their respective nodes are of similar a type hint
componentList.chunks.forEach(chunk => complement(chunk, componentList.nodes));
componentList.chunks.forEach(chunk => complement(chunk, chunk.nodes));
}

@@ -98,0 +98,0 @@ /**

{
"name": "@shapediver/sdk.sdtf-v1",
"version": "1.1.2",
"version": "1.1.3",
"description": "Official sdTF SDK for TypeScript",

@@ -51,5 +51,5 @@ "keywords": [

"dependencies": {
"@shapediver/sdk.sdtf-core": "^1.1.2",
"@shapediver/sdk.sdtf-primitives": "^1.1.2",
"@shapediver/sdk.sdtf-geometry": "^1.1.2",
"@shapediver/sdk.sdtf-core": "^1.1.3",
"@shapediver/sdk.sdtf-primitives": "^1.1.3",
"@shapediver/sdk.sdtf-geometry": "^1.1.3",
"axios": "0.27.2",

@@ -56,0 +56,0 @@ "browser-or-node": "^2.0.0"

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