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

@ekolabs/iframily

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ekolabs/iframily - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "@ekolabs/iframily",
"version": "0.1.0",
"version": "0.1.1",
"description": "Modern iframes communication",

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

@@ -22,3 +22,3 @@ # Iframily

```shell
npm i iframily --save
npm i @ekolabs/iframily --save
```

@@ -116,3 +116,3 @@

// -------------------------
const Iframily = require('iframily');
const Iframily = require('@ekolabs/iframily');

@@ -140,3 +140,3 @@ let msgHandler = function(msg)

// -------------------------
const Iframily = require('iframily');
const Iframily = require('@ekolabs/iframily');

@@ -143,0 +143,0 @@ let msgHandler = function(msg) {

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