@types/webxr
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
14059
0