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

@adhiban/three-mesh-ui

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adhiban/three-mesh-ui - npm Package Compare versions

Comparing version 6.5.2-b to 6.5.2-c

2

package.json
{
"name": "@adhiban/three-mesh-ui",
"version": "6.5.2b",
"version": "6.5.2c",
"description": "a library on top of three.js to help in creating 3D user interfaces, with minor changes ;)",

@@ -5,0 +5,0 @@ "engines": {

@@ -16,7 +16,13 @@ import type {Color, Object3D} from "three";

export type StateOptions = {
state: number;
attributes: BlockOptions,
onSet: method
}
export declare class Block extends Object3D {
constructor(options: BlockOptions);
setupState(): void;
setState(): void;
setupState(StateOptions): void;
setState(state: string): void;
add(...args: any[]): any;
}

@@ -40,2 +46,5 @@

constructor(options: InlineBlockOptions);
setupState(StateOptions): void;
setState(state: string): void;
add(...args: any[]): any;
}

@@ -42,0 +51,0 @@

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