@locker/shared-dom
Advanced tools
Comparing version 0.12.2 to 0.12.3
@@ -172,2 +172,2 @@ /** | ||
exports.isSharedElement = isSharedElement; | ||
/** version: 0.12.2 */ | ||
/** version: 0.12.3 */ |
@@ -123,2 +123,2 @@ /** | ||
export { AttrNameGetter, AttrNameGetterUtil, AttrNamespaceURIGetter, AttrNamespaceURIGetterUtil, AttrOwnerElementGetter, AttrOwnerElementGetterUtil, AttrValueGetter, AttrValueGetterUtil, AttrValueSetter, AttrValueSetterUtil, BlobCreate, DocumentBodyGetter, DocumentBodyGetterUtil, DocumentCreateElement, DocumentFragmentGetElementById, DocumentGetElementById, DocumentHeadGetter, DocumentHeadGetterUtil, ElementGetAttributeNode, ElementGetAttributeNodeNS, ElementInnerHtmlSetter, ElementQuerySelector, ElementRemoveAttributeNode, ElementSetAttribute, ElementSetAttributeNS, ElementSetAttributeNode, ElementSetAttributeNodeNS, NodeAppendChild, NodeChildNodesGetter, NodeIsEqualNode, NodeNodeNameGetter, URLCreateObjectURL, URLRevokeObjectURL, WindowClearInterval, WindowSetInterval, XhrCreate, XhrOnReadyStateChangeSetter, XhrOpen, XhrReadyStateGetter, XhrResponseTextGetter, XhrSend, XhrStatusGetter, XhrWithCredentialsSetter, createPatchedWindow, isEqualDomString, isSharedElement }; | ||
/** version: 0.12.2 */ | ||
/** version: 0.12.3 */ |
{ | ||
"name": "@locker/shared-dom", | ||
"version": "0.12.2", | ||
"version": "0.12.3", | ||
"license": "Salesforce Developer Agreement", | ||
@@ -18,12 +18,9 @@ "author": "Salesforce UI Security Team", | ||
"scripts": { | ||
"build": "tsc --emitDeclarationOnly && rollup -c .rolluprc.cjs", | ||
"build": "tsc --project tsconfig.types.json && rollup --config .rolluprc.cjs", | ||
"clean": "locker-trash dist/ types/" | ||
}, | ||
"dependencies": { | ||
"@locker/shared": "0.12.2" | ||
"@locker/shared": "0.12.3" | ||
}, | ||
"devDependencies": { | ||
"typescript": "3.8.3" | ||
}, | ||
"gitHead": "738fe1b33d349d389394370359044c1d5ee968c4" | ||
"gitHead": "04a89b8ef9516c8ebc5f38a1bb2d93b04deba348" | ||
} |
@@ -11,1 +11,2 @@ export declare const AttrValueGetter: () => any; | ||
export declare const AttrNamespaceURIGetterUtil: Function; | ||
//# sourceMappingURL=Attr.d.ts.map |
export declare function isSharedElement(element: Element | HTMLElement | Node, doc?: Document): boolean; | ||
export declare function isEqualDomString(leftString: string, rightString: string): boolean; | ||
//# sourceMappingURL=basic.d.ts.map |
export declare const BlobCreate: Function; | ||
//# sourceMappingURL=Blob.d.ts.map |
@@ -7,1 +7,2 @@ export declare const DocumentCreateElement: Function; | ||
export declare const DocumentBodyGetterUtil: Function; | ||
//# sourceMappingURL=Document.d.ts.map |
export declare const DocumentFragmentGetElementById: Function; | ||
//# sourceMappingURL=DocumentFragment.d.ts.map |
@@ -10,1 +10,2 @@ export declare const ElementSetAttribute: Function; | ||
export declare const ElementInnerHtmlSetter: Function; | ||
//# sourceMappingURL=Element.d.ts.map |
@@ -11,1 +11,2 @@ export * from './basic'; | ||
export * from './XMLHttpRequest'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -5,1 +5,2 @@ export declare const NodeAppendChild: Function; | ||
export declare const NodeIsEqualNode: Function; | ||
//# sourceMappingURL=Node.d.ts.map |
export declare const TemplateContentGetter: Function; | ||
//# sourceMappingURL=Template.d.ts.map |
export declare const URLCreateObjectURL: (object: any) => string, URLRevokeObjectURL: (url: string) => void; | ||
//# sourceMappingURL=URL.d.ts.map |
@@ -1,3 +0,4 @@ | ||
export declare const createPatchedWindow: (rawWindow: Window) => Window | null; | ||
export declare const createPatchedWindow: (rawWindow: WindowProxy) => Window | null; | ||
export declare const WindowSetInterval: Function; | ||
export declare const WindowClearInterval: Function; | ||
//# sourceMappingURL=Window.d.ts.map |
@@ -9,1 +9,2 @@ export declare const XhrCreate: Function; | ||
export declare const XhrWithCredentialsSetter: (v: any) => void; | ||
//# sourceMappingURL=XMLHttpRequest.d.ts.map |
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
26280
0
29
0
+ Added@locker/shared@0.12.3(transitive)
- Removed@locker/shared@0.12.2(transitive)
Updated@locker/shared@0.12.3