Socket
Socket
Sign inDemoInstall

@ombori/grid-signals

Package Overview
Dependencies
Maintainers
18
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ombori/grid-signals - npm Package Compare versions

Comparing version 2.141.2 to 2.157.1

11

CHANGELOG.md

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

## [2.157.1](https://github.com/ombori/gridapp/compare/v2.157.0...v2.157.1) (2022-01-11)
### Bug Fixes
* prevent send new session start event when session is cached ([3f49461](https://github.com/ombori/gridapp/commit/3f4946148e60aeb7e75c0bb485907dbf42f5853e))
## [2.141.2](https://github.com/ombori/gridapp/compare/v2.141.1...v2.141.2) (2021-12-20)

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

6

dist/grid-signals.js

@@ -103,3 +103,7 @@ "use strict";

return Promise.all([
this.sendOrCacheData(types_1.DataRequestTypeEnum.SESSION, instance_helper_1.getSessionFromInstance(this.instance)),
...(isSessionFromCache
? []
: [
this.sendOrCacheData(types_1.DataRequestTypeEnum.SESSION, instance_helper_1.getSessionFromInstance(this.instance)),
]),
...(isSessionFromCache ? [] : [this.sendAppStart()]),

@@ -106,0 +110,0 @@ ...(!this.instance.clientId

4

package.json
{
"name": "@ombori/grid-signals",
"version": "2.141.2",
"version": "2.157.1",
"main": "dist/index.js",

@@ -35,3 +35,3 @@ "scripts": {

},
"gitHead": "43dc37edab96033ab38e01c0e062655b22fb6e8f"
"gitHead": "d4c548fc88f4eeed4333298731b3520e8088c20c"
}

@@ -142,6 +142,10 @@ import { v4 as uuid } from 'uuid';

return Promise.all([
this.sendOrCacheData(
DataRequestTypeEnum.SESSION,
getSessionFromInstance(this.instance),
),
...(isSessionFromCache
? []
: [
this.sendOrCacheData(
DataRequestTypeEnum.SESSION,
getSessionFromInstance(this.instance),
),
]),
...(isSessionFromCache ? [] : [this.sendAppStart()]),

@@ -148,0 +152,0 @@ ...(!this.instance.clientId

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