New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ombori/ga-gridapp-iframe

Package Overview
Dependencies
Maintainers
18
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ombori/ga-gridapp-iframe - npm Package Compare versions

Comparing version 2.233.0 to 3.22.0

11

CHANGELOG.md

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

# [3.22.0](https://github.com/ombori/gridapp/compare/v3.21.0...v3.22.0) (2023-02-22)
### Features
* qa and dev screen and boot ([3f4d1ad](https://github.com/ombori/gridapp/commit/3f4d1ad8f50689becf224d0130ced38cd86bf503))
# [2.233.0](https://github.com/ombori/gridapp/compare/v2.232.0...v2.233.0) (2022-10-20)

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

4

dist/gridapp-iframe.js

@@ -61,7 +61,7 @@ var __assign = (this && this.__assign) || function () {

var origin = event.origin, data = event.data;
if (origin !== 'https://app.omborigrid.com') {
if (origin !== 'https://screen.omborigrid.com') {
return;
}
if (iframeRefContainer.current) {
(_a = iframeRefContainer.current.contentWindow) === null || _a === void 0 ? void 0 : _a.postMessage(data, 'https://app.omborigrid.com/');
(_a = iframeRefContainer.current.contentWindow) === null || _a === void 0 ? void 0 : _a.postMessage(data, 'https://screen.omborigrid.com/');
}

@@ -68,0 +68,0 @@ }, false);

{
"name": "@ombori/ga-gridapp-iframe",
"version": "2.233.0",
"version": "3.22.0",
"main": "dist/index.js",

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

},
"gitHead": "ae3e02c9d4ed2d99861d7202f7a38be6115c7621"
"gitHead": "6d5058d1a877703fe51aeae5072105730b0b4f18"
}

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