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

@locker/shared-dom

Package Overview
Dependencies
Maintainers
6
Versions
236
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@locker/shared-dom - npm Package Compare versions

Comparing version 0.12.2 to 0.12.3

types/Attr.d.ts.map

2

dist/index.cjs.js

@@ -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
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