Comparing version 9.0.86 to 9.0.87
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3662669
26569
1
1
+ Added@krakenjs/cross-domain-utils@3.1.0(transitive)
- Removedcross-domain-utils@^2.0.33