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.3.0 to 1.3.1

README.md

10

dist/index.d.ts

@@ -200,3 +200,3 @@ declare namespace Cns {

interface Material {
shininess: number;
shininess?: number;
/**

@@ -308,6 +308,6 @@ * Diffuse property. Both color and map are supported.

* The type of the point
* "Origin" - the origin of a product, matches to "Child"
* "Child" - a (virtual) child can be placed, matches to "Origin"
* "Left" - L-R neighborship, matches to "Right"
* "Right" - L-R neighborship, matches to "Left"
* "Origin" - the origin of a product, matches to "Child", e.g. at headrest
* "Child" - where a (virtual) child can be placed, matches to "Origin", e.g. at chair
* "Left" - L-R neighborship ( matches to "Right") position.x about 0
* "Right" - L-R neighborship ( matches to "Left") position.x about "width"
* "Top" - vertical neighborship, matches to "Bottom"

@@ -314,0 +314,0 @@ * "Bottom" - vertical neighborship, matches to "Top"

{
"name": "@intelligentgraphics/openconfiguration",
"version": "1.3.0",
"description": "OpenConfiguration 1.3.0 (1.3.0.100)",
"version": "1.3.1",
"description": "OpenConfiguration 1.3.1 (1.3.1.100)",
"license": "./LICENSE",

@@ -24,7 +24,8 @@ "publishConfig": {

"prepublishOnly": "npm run dist && node _scripts/prepublish.js",
"postpublish": "rimraf README.md LICENSE"
"postpublish": "rimraf README.md LICENSE schema.json"
},
"files": [
"dist"
"dist",
"schema.json"
]
}
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