Socket
Socket
Sign inDemoInstall

iframe-rpc-util

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

13

package.json
{
"name": "iframe-rpc-util",
"version": "1.0.1",
"version": "1.0.2",
"description": "RPC between cross-origin iframe using postMessage",
"type": "module",
"files": ["dist"],
"main": "./dist/iframe-rpc.umd.cjs",
"main": "src/index.ts",
"browser": "./dist/iframe-rpc.umd.cjs",
"module": "./dist/iframe-rpc.js",

@@ -18,2 +19,10 @@ "exports": {

},
"repository": {
"type": "git",
"url": "git+https://github.com/echo008/iframe-rpc-util.git"
},
"bugs": {
"url": "https://github.com/echo008/iframe-rpc-util/issues"
},
"homepage": "https://github.com/echo008/iframe-rpc-util#readme",
"keywords": [

@@ -20,0 +29,0 @@ "iframe",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc