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

@types/webxr

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/webxr - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

6

webxr/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for non-npm package webxr 0.1
// Type definitions for non-npm package webxr 0.2
// Project: https://www.w3.org/TR/webxr/

@@ -84,3 +84,3 @@ // Definitions by: Rob Rohan <https://github.com/robrohan>

export interface XRSystem {
export interface XRSystem extends EventTarget {
isSessionSupported: (sessionMode: XRSessionMode) => Promise<boolean>;

@@ -144,3 +144,3 @@ requestSession: (sessionMode: XRSessionMode, sessionInit?: any) => Promise<XRSession>;

export interface XRBoundedReferenceSpace extends XRSpace {
export interface XRBoundedReferenceSpace extends XRReferenceSpace {
readonly boundsGeometry: DOMPointReadOnly[];

@@ -147,0 +147,0 @@ }

{
"name": "@types/webxr",
"version": "0.1.0",
"version": "0.2.0",
"description": "TypeScript definitions for webxr",

@@ -27,4 +27,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "14c863085536304dcfb9f130ce1ba4fe2f6ac8a84055ba6424e039838e019d22",
"typesPublisherContentHash": "405723842b78f4abfa1585004ee02b0661a951387d16d629e5b26f37c2d609cf",
"typeScriptVersion": "3.7"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Fri, 16 Oct 2020 18:08:57 GMT
* Last updated: Mon, 18 Jan 2021 18:41:41 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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