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
5
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.2.1 to 1.2.2

LICENSE

2

dist/ISdtfPrimitiveTypes.d.ts
/** Represents an RGBA color (red, green, blue, alpha) with values between `0` and `1`. */
export declare type SdtfPrimitiveColorType = [number, number, number, number];
export type SdtfPrimitiveColorType = [number, number, number, number];
//# sourceMappingURL=ISdtfPrimitiveTypes.d.ts.map
{
"name": "@shapediver/sdk.sdtf-primitives",
"version": "1.2.1",
"version": "1.2.2",
"description": "Extension containing sdTF primitive types",

@@ -27,3 +27,5 @@ "keywords": [

"build": "bash ../../scripts/build.sh",
"build-dep": "bash ../../scripts/build-dep.sh"
"build-dep": "bash ../../scripts/build-dep.sh",
"pre-publish": "bash ../../scripts/pre-publish.sh",
"post-publish": "bash ../../scripts/post-publish.sh"
},

@@ -40,10 +42,10 @@ "bugs": {

"dependencies": {
"@shapediver/sdk.sdtf-core": "^1.2.1",
"decimal.js": "^10.4.2"
"@shapediver/sdk.sdtf-core": "~1.2.2",
"decimal.js": "~10.4.3"
},
"devDependencies": {
"jest": "^29.2.2",
"lerna": "3.22.1",
"typescript": "^4.8.4"
"jest": "~29.4.1",
"lerna": "~6.4.1",
"typescript": "~4.9.5"
}
}

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