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

inframejs

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inframejs - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "inframejs",
"version": "1.1.0",
"version": "1.1.1",
"description": "use pure Javascript to connect the iframe pages",

@@ -5,0 +5,0 @@ "main": "dist/inframejs.es.min.js",

# inframeJS
使用纯JS链接iframe或其他页面
use pure Javascript to connect the iframe pages
## 基本使用
> npm i inframejs
```js
const bridge = new Inframe({...})
beidge.on('some event',()=>{})
bridge.emit('some event')
```
## 特点

@@ -5,0 +13,0 @@ * 原生js,无依赖 es6

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