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

cardboard-vr-display

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cardboard-vr-display - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

4

package.json
{
"name": "cardboard-vr-display",
"version": "1.0.14",
"version": "1.0.15",
"homepage": "https://github.com/immersive-web/cardboard-vr-display",

@@ -43,4 +43,4 @@ "authors": [

"nosleep.js": "^0.7.0",
"webvr-polyfill-dpdb": "^1.0.9"
"webvr-polyfill-dpdb": "^1.0.10"
}
}

@@ -149,2 +149,7 @@ /*

// If this rule is for a Samsung device, generalize the rule name, such that
// it can capture all variants of Samsung line e.g. all variants of the
// Galaxy S8 (SM-G950A, SM-G950T, etc.) can be captured by "SM-G950".
if (rule.ua && rule.ua.substring(0, 2) === 'SM') rule.ua = rule.ua.substring(0, 7);
// If our user agent string doesn't contain the indicated user agent string,

@@ -151,0 +156,0 @@ // the match fails.

Sorry, the diff of this file is not supported yet

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