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

@ombori/ga-messaging

Package Overview
Dependencies
Maintainers
20
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ombori/ga-messaging - npm Package Compare versions

Comparing version 2.65.12 to 2.67.14

11

CHANGELOG.md

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

## [2.67.14](https://github.com/ombori/gridapp/compare/v2.67.13...v2.67.14) (2021-06-17)
### Bug Fixes
* send first heartbeat immediately ([36ada79](https://github.com/ombori/gridapp/commit/36ada794511f0ef3662b4265a2389930f98b0432))
## [2.65.12](https://github.com/ombori/gridapp/compare/v2.65.11...v2.65.12) (2021-06-09)

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

1

dist/index.js

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

useEffect(function () {
setTimeout(function () { return send('App.Heartbeat', {}); }, 1000); // send first heartbeat right away
var i = setInterval(function () {

@@ -116,0 +117,0 @@ send('App.Heartbeat', {});

4

package.json
{
"name": "@ombori/ga-messaging",
"version": "2.65.12",
"version": "2.67.14",
"main": "dist/index.js",

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

},
"gitHead": "d7de6a593f48959677e124856e91df20bf99b5c7"
"gitHead": "5fa463dfea84255147650dbc3b10487bbc58a748"
}

Sorry, the diff of this file is not supported yet

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