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

@ombori/ga-settings

Package Overview
Dependencies
Maintainers
18
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.116.5 to 2.116.6

11

CHANGELOG.md

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

## [2.116.6](https://github.com/ombori/gridapp/compare/v2.116.5...v2.116.6) (2021-11-26)
### Bug Fixes
* session-manager ([64e7213](https://github.com/ombori/gridapp/commit/64e7213598967a40b4416c7ace8850b6980d4cfc))
## [2.116.5](https://github.com/ombori/gridapp/compare/v2.116.4...v2.116.5) (2021-11-26)

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

2

dist/index.d.ts

@@ -67,3 +67,2 @@ declare global {

country: string;
spaceId: string;
appId: string;

@@ -98,3 +97,2 @@ appVersion: string;

country: string;
spaceId: string;
appId: string;

@@ -101,0 +99,0 @@ appVersion: string;

@@ -104,3 +104,3 @@ var __assign = (this && this.__assign) || function () {

// longitude: 0,
spaceId: '',
// spaceId: '',
appId: ((_a = settings._gridapp) === null || _a === void 0 ? void 0 : _a.id) || '',

@@ -107,0 +107,0 @@ appVersion: ((_b = settings._gridapp) === null || _b === void 0 ? void 0 : _b.buildId) || '',

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

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

},
"gitHead": "9d46bad4a21de96803dd16359fd2ff616c5e801d"
"gitHead": "4a73200543d59ad91208ebb50057d618d7b351b8"
}

@@ -168,3 +168,3 @@ import { useEffect, useMemo, useState } from 'react';

// longitude: 0,
spaceId: '',
// spaceId: '',
appId: settings._gridapp?.id || '',

@@ -171,0 +171,0 @@ appVersion: settings._gridapp?.buildId || '',

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