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

three-render-objects

Package Overview
Dependencies
Maintainers
1
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

three-render-objects - npm Package Compare versions

Comparing version 1.24.0 to 1.24.1

4

dist/three-render-objects.d.ts

@@ -53,4 +53,4 @@ import { WebGLRendererParameters, Object3D, WebGLRenderer, Scene, Camera, Intersection } from 'three';

// Interaction
onClick(callback: (obj: object | null, event: MouseEvent) => void): ChainableInstance;
onRightClick(callback: (obj: object | null, event: MouseEvent) => void): ChainableInstance;
onClick(callback: (obj: object | null, event: MouseEvent, intersectionPoint: { x: number, y: number, z: number }) => void): ChainableInstance;
onRightClick(callback: (obj: object | null, event: MouseEvent, intersectionPoint: { x: number, y: number, z: number }) => void): ChainableInstance;
onHover(callback: (obj: object | null, previousObj: object | null) => void): ChainableInstance;

@@ -57,0 +57,0 @@ hoverOrderComparator(): Obj3DCompFn;

{
"name": "three-render-objects",
"version": "1.24.0",
"version": "1.24.1",
"description": "Easy way to render ThreeJS objects with built-in interaction defaults",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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