New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@3dnest/wall-material-original

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@3dnest/wall-material-original - npm Package Compare versions

Comparing version 0.0.19 to 0.0.20

8

index.js

@@ -9,9 +9,9 @@ import * as Door from './src/Door/index.js';

export const setAlpha = alpha => STATE.alpha = alpha;
export const setAlpha = (alpha = 0.01 ) => STATE.alpha = alpha;
export const setPillarColor = color => STATE.pillarColor = color;
export const setPillarColor = (color = 0x333333) => STATE.pillarColor = color;
export const setLineColor = color => COLOR.stateless.line = color;
export const setLineColor = (color = 0x000000) => COLOR.stateless.line = color;
export const setArcLineColor = color => COLOR.stateless.arcLine = color;
export const setArcLineColor = (color = 0x000000) => COLOR.stateless.arcLine = color;

@@ -18,0 +18,0 @@ export const setColor = (lineColor = 0x000000, arcLineColor = 0x000000) => {

{
"name": "@3dnest/wall-material-original",
"version": "0.0.19",
"version": "0.0.20",
"description": "> TODO: description",

@@ -33,3 +33,3 @@ "author": "zhangsen <zhangsen@3dnest.cn>",

},
"gitHead": "a005f4c09ce114a073ea3c0a25eceb7f83320dcc"
"gitHead": "03c776c9878cdeba435fd71ccdd2e5e16c842bd5"
}
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