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

@cicada/message

Package Overview
Dependencies
Maintainers
6
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cicada/message - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

.npmignore

2

lib/index.js

@@ -67,3 +67,3 @@ 'use strict';

}
if (toParent || isIframe()) {
if (toParent !== undefined ? toParent : isIframe()) {
window.parent.postMessage(messagePrefix + message, '*');

@@ -70,0 +70,0 @@ } else {

{
"name": "@cicada/message",
"version": "0.1.3",
"version": "0.1.4",
"description": "cicada message",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -47,3 +47,3 @@ export function isIframe() {

}
if (toParent || isIframe()) {
if (toParent !== undefined ? toParent : isIframe()) {
window.parent.postMessage(messagePrefix + message, '*')

@@ -50,0 +50,0 @@ } else {

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