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

@eturnity/eturnity_3d

Package Overview
Dependencies
Maintainers
4
Versions
808
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eturnity/eturnity_3d - npm Package Compare versions

Comparing version 1.0.29 to 1.0.30

2

package.json
{
"name": "@eturnity/eturnity_3d",
"private": false,
"version": "1.0.29",
"version": "1.0.30",
"main": "dist/main.js",

@@ -6,0 +6,0 @@ "scripts": {

@@ -40,5 +40,10 @@ import * as THREE from 'three'

material.moduleField = new THREE.MeshLambertMaterial({
color: 0x2582be,
side:THREE.DoubleSide,
material.moduleField = new THREE.MeshPhongMaterial({
color: 0x2582be,
specular: 0x009900,
shininess: 0,
flatShading: true,
side:THREE.DoubleSide,
transparent:true,
opacity:0.5
})

@@ -45,0 +50,0 @@ material.curvedRoof = new THREE.MeshPhongMaterial({

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