Socket
Socket
Sign inDemoInstall

@webxr-input-profiles/registry

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webxr-input-profiles/registry - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

dist/profiles/generic/generic-fixed-hand.json

5

dist/profiles/meta/meta-quest-touch-pro.json

@@ -18,3 +18,3 @@ {

"thumbrest": { "type": "button" },
"menu": { "type": "button", "reserved": true }
"menu": { "type": "button" }
},

@@ -30,3 +30,4 @@ "gamepad": {

"y-button",
"thumbrest"
"thumbrest",
"menu"
],

@@ -33,0 +34,0 @@ "axes": [

@@ -14,3 +14,3 @@ {

"thumbrest" : { "type": "button" },
"menu" : { "type": "button", "reserved": true }
"menu" : { "type": "button" }
},

@@ -26,3 +26,4 @@ "gamepad": {

"y-button",
"thumbrest"
"thumbrest",
"menu"
],

@@ -29,0 +30,0 @@ "axes":[

@@ -5,2 +5,5 @@ {

},
"generic-fixed-hand": {
"path": "generic/generic-fixed-hand.json"
},
"generic-hand-select-grasp": {

@@ -69,2 +72,8 @@ "path": "generic/generic-hand-select-grasp.json"

},
"meta-fixed-hand": {
"path": "meta/meta-fixed-hand.json"
},
"meta-quest-touch-plus": {
"path": "meta/meta-quest-touch-plus.json"
},
"meta-quest-touch-pro": {

@@ -83,2 +92,5 @@ "path": "meta/meta-quest-touch-pro.json"

},
"oculus-hand": {
"path": "oculus/oculus-hand.json"
},
"oculus-touch-v2": {

@@ -113,3 +125,6 @@ "path": "oculus/oculus-touch-v2.json"

"path": "valve/valve-index.json"
},
"yvr-touch": {
"path": "yvr/yvr-touch.json"
}
}

2

package.json
{
"name": "@webxr-input-profiles/registry",
"version": "1.0.2",
"version": "1.0.3",
"description": "Registry for profile ids and their associated button layouts",

@@ -5,0 +5,0 @@ "main": "dist/profilesList.json",

@@ -61,2 +61,3 @@ # WebXR Input Profiles Registry

* *pico* - [Pico Interactive](https://www.pico-interactive.com/)
* *yvr* - [YVR](https://yvrdream.com/)

@@ -63,0 +64,0 @@ ## Schema

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