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

@shapediver/sdk.sdtf-primitives

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.5.0 to 1.5.1

2

dist/SdtfPrimitiveTypeReader.js

@@ -60,3 +60,3 @@ "use strict";

else {
parts = content.split(",").map(p => Number(p));
parts = content.split(",").map(p => Number(p) / 255);
}

@@ -63,0 +63,0 @@ let res = [...parts];

{
"name": "@shapediver/sdk.sdtf-primitives",
"version": "1.5.0",
"version": "1.5.1",
"description": "Extension containing sdTF primitive types",

@@ -41,3 +41,3 @@ "keywords": [

"dependencies": {
"@shapediver/sdk.sdtf-core": "~1.5.0",
"@shapediver/sdk.sdtf-core": "~1.5.1",
"decimal.js": "~10.4.3"

@@ -48,4 +48,4 @@ },

"lerna": "~7.4.2",
"typescript": "~5.4.5"
"typescript": "~5.5.2"
}
}

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