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

@pixi/events

Package Overview
Dependencies
Maintainers
2
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixi/events - npm Package Compare versions

Comparing version

to
7.4.3

14

lib/FederatedPointerEvent.d.ts

@@ -61,2 +61,16 @@ import { FederatedMouseEvent } from './FederatedMouseEvent';

twist: number;
/**
* The angle in radians of a pointer or stylus measuring the vertical angle between
* the device's surface to the pointer or stylus.
* A stylus at 0 degrees would be directly parallel whereas at π/2 degrees it would be perpendicular.
* @see https://developer.mozilla.org/docs/Web/API/PointerEvent/altitudeAngle)
*/
altitudeAngle: number;
/**
* The angle in radians of a pointer or stylus measuring an arc from the X axis of the device to
* the pointer or stylus projected onto the screen's plane.
* A stylus at 0 degrees would be pointing to the "0 o'clock" whereas at π/2 degrees it would be pointing at "6 o'clock".
* @see https://developer.mozilla.org/docs/Web/API/PointerEvent/azimuthAngle)
*/
azimuthAngle: number;
/** This is the number of clicks that occurs in 200ms/click of each other. */

@@ -63,0 +77,0 @@ detail: number;

6

package.json
{
"name": "@pixi/events",
"version": "7.4.2",
"version": "7.4.3",
"main": "lib/index.js",

@@ -46,5 +46,5 @@ "module": "lib/index.mjs",

"peerDependencies": {
"@pixi/core": "7.4.2",
"@pixi/display": "7.4.2"
"@pixi/core": "7.4.3",
"@pixi/display": "7.4.3"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet