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

gameanalytics-node-sdk

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gameanalytics-node-sdk - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

2

package.json

@@ -5,3 +5,3 @@ {

"homepage": "https://github.com/goldfire/gameanalytics-node-sdk",
"version": "1.0.11",
"version": "1.0.12",
"keywords": [

@@ -8,0 +8,0 @@ "GameAnalytics",

@@ -87,3 +87,5 @@ /**

if (!data.os_version) {
const version = (uaData.os.version || '0.0.0').replace('Vista', '6.0');
const version = (uaData.os.version || '0.0.0')
.replace('Vista', '6.0')
.replace('x86_64', '8.0'); // Hack to fix Chrome OS reporting until GA supports it.
data.os_version = `${data.platform} ${version}`;

@@ -90,0 +92,0 @@ }

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