Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@near-js/iframe-rpc

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@near-js/iframe-rpc

IFrame RPC client/server implementation

  • 0.1.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

IFrame RPC

The @near-js/iframe-rpc package facilitates async RPC calls between cross-domain frames using the postMessage API.

Installation and Usage

Install @near-js/iframe-rpc package from the NPM registry.

# Using Yarn
yarn add @near-js/iframe-rpc 

# Using NPM.
npm install @near-js/iframe-rpc 

In your app:

import { IFrameRPC } from  "@near-js/iframe-rpc";
const rpc = new IFrameRPC({...})
await rpc.isReady
// Call away!

License

This repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0). See LICENSE-MIT and LICENSE-APACHE for details.

FAQs

Package last updated on 05 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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