Socket
Socket
Sign inDemoInstall

claygl-next

Package Overview
Dependencies
1
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0-alpha.41 to 2.0.0-alpha.42

2

dist/app/EventManager.d.ts

@@ -14,2 +14,3 @@ import * as rayPicking from '../picking/rayPicking';

wheelDelta?: number;
button?: number;
cancelBubble?: boolean;

@@ -20,2 +21,3 @@ shiftKey: boolean;

altKey: boolean;
raw: MouseEvent | TouchEvent;
}

@@ -22,0 +24,0 @@ export declare class EventManager {

@@ -51,2 +51,3 @@ import { setCanvasSize } from './core/util';

export { default as App3D } from './App3D';
export { EventManager, ClayMouseEvent } from './app/EventManager';
export { default as FullscreenQuadPass } from './FullscreenQuadPass';

@@ -53,0 +54,0 @@ export { default as Compositor } from './composite/Compositor';

@@ -14,2 +14,3 @@ import * as rayPicking from '../picking/rayPicking';

wheelDelta?: number;
button?: number;
cancelBubble?: boolean;

@@ -20,2 +21,3 @@ shiftKey: boolean;

altKey: boolean;
raw: MouseEvent | TouchEvent;
}

@@ -22,0 +24,0 @@ export declare class EventManager {

4

lib/app/EventManager.js

@@ -17,3 +17,5 @@ import * as rayPicking from '../picking/rayPicking';

metaKey: rawEvent.metaKey,
altKey: rawEvent.altKey
altKey: rawEvent.altKey,
button: rawEvent.button,
raw: rawEvent
}, pickResult);

@@ -20,0 +22,0 @@ }

@@ -51,2 +51,3 @@ import { setCanvasSize } from './core/util';

export { default as App3D } from './App3D';
export { EventManager, ClayMouseEvent } from './app/EventManager';
export { default as FullscreenQuadPass } from './FullscreenQuadPass';

@@ -53,0 +54,0 @@ export { default as Compositor } from './composite/Compositor';

@@ -69,2 +69,3 @@ import { setCanvasSize } from './core/util';

export { default as App3D } from './App3D';
export { EventManager } from './app/EventManager';
// Composite

@@ -71,0 +72,0 @@ export { default as FullscreenQuadPass } from './FullscreenQuadPass';

{
"name": "claygl-next",
"version": "2.0.0-alpha.41",
"version": "2.0.0-alpha.42",
"description": "A 3D graphic library",

@@ -5,0 +5,0 @@ "keywords": [

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc