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

webvr-polyfill

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webvr-polyfill - npm Package Compare versions

Comparing version 0.9.22 to 0.9.23

2

package.json
{
"name": "webvr-polyfill",
"version": "0.9.22",
"version": "0.9.23",
"homepage": "https://github.com/googlevr/webvr-polyfill",

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

@@ -335,3 +335,3 @@ /*

VRDisplay.prototype.fireVRDisplayPresentChange_ = function() {
var event = new CustomEvent('vrdisplaypresentchange', {display: this});
var event = new CustomEvent('vrdisplaypresentchange', {detail: {display: this}});
window.dispatchEvent(event);

@@ -338,0 +338,0 @@ };

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

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