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

zoid

Package Overview
Dependencies
Maintainers
4
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zoid - npm Package Compare versions

Comparing version 9.0.86 to 9.0.87

4

package.json
{
"name": "zoid",
"version": "9.0.86",
"version": "9.0.87",
"description": "Cross domain components.",

@@ -65,4 +65,4 @@ "main": "index.js",

"dependencies": {
"@krakenjs/cross-domain-utils": "^3.0.2",
"belter": "^1.0.123",
"cross-domain-utils": "^2.0.33",
"post-robot": "^10",

@@ -69,0 +69,0 @@ "zalgo-promise": "^1.0.45"

@@ -1,2 +0,2 @@

<p align="center"><img width="45%" alt="zoid" src="https://cdn.rawgit.com/krakenjs/zoid/master/zoid.png"></p>
<p align="center"><img width="45%" alt="zoid" src="https://cdn.rawgit.com/krakenjs/zoid/main/zoid.png"></p>

@@ -3,0 +3,0 @@ ----

@@ -5,3 +5,3 @@ /* @flow */

import { isSameDomain, matchDomain, getAllFramesInWindow, type CrossDomainWindowType,
onCloseWindow, assertSameDomain } from 'cross-domain-utils/src';
onCloseWindow, assertSameDomain } from '@krakenjs/cross-domain-utils/src';
import { markWindowKnown, type CrossDomainFunctionType } from 'post-robot/src';

@@ -8,0 +8,0 @@ import { ZalgoPromise } from 'zalgo-promise/src';

/* @flow */
import { getDomain, isSameDomain, type CrossDomainWindowType } from 'cross-domain-utils/src';
import { getDomain, isSameDomain, type CrossDomainWindowType } from '@krakenjs/cross-domain-utils/src';

@@ -5,0 +5,0 @@ import type { PropsDefinitionType, PropsType, ChildPropsType } from '../component/props';

@@ -6,3 +6,3 @@ /* @flow */

import { ZalgoPromise } from 'zalgo-promise/src';
import { isWindow, getDomain, matchDomain, type CrossDomainWindowType, type DomainMatcher } from 'cross-domain-utils/src';
import { isWindow, getDomain, matchDomain, type CrossDomainWindowType, type DomainMatcher } from '@krakenjs/cross-domain-utils/src';
import { noop, isElement, cleanup, memoize, identity, extend, uniqueID } from 'belter/src';

@@ -9,0 +9,0 @@

@@ -5,3 +5,3 @@ /* @flow */

import { once, noop, type EventEmitterType } from 'belter/src';
import { isWindow, type CrossDomainWindowType, isWindowClosed, isSameDomain } from 'cross-domain-utils/src';
import { isWindow, type CrossDomainWindowType, isWindowClosed, isSameDomain } from '@krakenjs/cross-domain-utils/src';
import { ProxyWindow, toProxyWindow } from 'post-robot/src';

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

/* @flow */
import { WINDOW_TYPE } from 'cross-domain-utils/src';
import { WINDOW_TYPE } from '@krakenjs/cross-domain-utils/src';

@@ -5,0 +5,0 @@ export const ZOID = `zoid`;

/* @flow */
import { isSameDomain, type CrossDomainWindowType } from 'cross-domain-utils/src';
import { isSameDomain, type CrossDomainWindowType } from '@krakenjs/cross-domain-utils/src';
import { getCurrentScriptUID } from 'belter/src';

@@ -5,0 +5,0 @@

@@ -6,3 +6,3 @@ /* @flow */

import { uniqueID, base64encode, base64decode } from 'belter/src';
import type { CrossDomainWindowType, DomainMatcher } from 'cross-domain-utils/src';
import type { CrossDomainWindowType, DomainMatcher } from '@krakenjs/cross-domain-utils/src';

@@ -9,0 +9,0 @@ import { getGlobal } from './global';

@@ -5,3 +5,3 @@ /* @flow */

import { isSameDomain, getOpener, getNthParentFromTop, getAncestor, getAllFramesInWindow, getParent, isTop,
findFrameByName, getDomain, assertSameDomain, type CrossDomainWindowType, getDistanceFromTop } from 'cross-domain-utils/src';
findFrameByName, getDomain, assertSameDomain, type CrossDomainWindowType, getDistanceFromTop } from '@krakenjs/cross-domain-utils/src';

@@ -8,0 +8,0 @@ import { ZOID, WINDOW_REFERENCE } from '../constants';

@@ -7,3 +7,3 @@ /* @flow */

getDistanceFromTop, normalizeMockUrl, assertSameDomain, closeWindow, onCloseWindow, isWindowClosed, isSameTopWindow,
type DomainMatcher } from 'cross-domain-utils/src';
type DomainMatcher } from '@krakenjs/cross-domain-utils/src';
import { ZalgoPromise } from 'zalgo-promise/src';

@@ -10,0 +10,0 @@ import { addEventListener, uniqueID, elementReady, writeElementToWindow, eventEmitter, type EventEmitterType,

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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