Socket
Socket
Sign inDemoInstall

@ombori/ga-settings

Package Overview
Dependencies
Maintainers
20
Versions
141
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.74.3 to 2.75.3

8

CHANGELOG.md

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

## [2.75.3](https://github.com/ombori/gridapp/compare/v2.75.2...v2.75.3) (2021-07-27)
**Note:** Version bump only for package @ombori/ga-settings
## [2.74.3](https://github.com/ombori/gridapp/compare/v2.74.2...v2.74.3) (2021-07-23)

@@ -8,0 +16,0 @@

4

dist/index.js

@@ -59,8 +59,8 @@ var __assign = (this && this.__assign) || function () {

return useMemo(function () {
if (!settings || !settings.general)
if (!settings || !settings._general)
return null;
var device = getDeviceInfo();
return __assign(__assign({}, settings.general), { device: device });
return __assign(__assign({}, settings._general), { device: device });
}, [settings]);
};
export default { useSettings: useSettings, useAppInfo: useAppInfo };
{
"name": "@ombori/ga-settings",
"version": "2.74.3",
"version": "2.75.3",
"main": "dist/index.js",

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

},
"gitHead": "2f700fedd2c73a9f410adbfe73fe5a8bcff04459"
"gitHead": "c49fff29fc5360d0750f6b4a886bd4207bfdb4a7"
}

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