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

@ombori/ga-settings

Package Overview
Dependencies
Maintainers
19
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ombori/ga-settings - npm Package Compare versions

Comparing version 2.169.0 to 2.169.1

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [2.169.1](https://github.com/ombori/gridapp/compare/v2.169.0...v2.169.1) (2022-02-09)
### Bug Fixes
* device id in ga-settings for xorg screen module ([90de13f](https://github.com/ombori/gridapp/commit/90de13f83c36bec3dc4b9479a696258baea9298f))
# [2.169.0](https://github.com/ombori/gridapp/compare/v2.168.0...v2.169.0) (2022-02-09)

@@ -8,0 +19,0 @@

2

dist/index.js

@@ -114,3 +114,3 @@ "use strict";

if (Object.keys(hashParams).length || Object.keys(userAgentDeviceInfo).length) {
return __assign(__assign(__assign({}, userAgentDeviceInfo), hashParams), { accessId: hashParams.browserId, accessToken: hashParams.accessKey });
return __assign(__assign(__assign({}, userAgentDeviceInfo), hashParams), { id: hashParams.browserId, accessId: hashParams.browserId, accessToken: hashParams.accessKey });
}

@@ -117,0 +117,0 @@ if (is_dev_1.default)

{
"name": "@ombori/ga-settings",
"version": "2.169.0",
"version": "2.169.1",
"main": "dist/index.js",

@@ -19,3 +19,3 @@ "license": "UNLICENSED",

},
"gitHead": "dde0da8404e1b1d7ea11872f2efe9c58f3ca4261"
"gitHead": "b38843ac70e31e43bbda1624f01802b370e931f9"
}

@@ -184,2 +184,3 @@ import { useEffect, useState, useRef } from 'react';

...hashParams,
id: hashParams.browserId,
accessId: hashParams.browserId,

@@ -186,0 +187,0 @@ accessToken: hashParams.accessKey,

Sorry, the diff of this file is not supported yet

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