UNPKG

cross-origin-client

Version:

A client library for secure cross-origin communication using the postMessage API.

24 lines (23 loc) 567 B
{ "name": "cross-origin-client", "version": "1.0.11", "description": "A client library for secure cross-origin communication using the postMessage API.", "module": "lib/index.mjs", "main": "lib/index.js", "scripts": { "build": "tsc && tsup src --format cjs,esm --dts --clean --outDir lib" }, "keywords": [ "cross-origin", "communication", "postMessage", "event-handling", "cross-window", "iframe" ], "license": "MIT", "devDependencies": { "tsup": "^8.1.0", "typescript": "^5.4.5" } }