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

framebus

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

framebus - npm Package Versions

12

3.0.0

Diff

braintree
published 2.0.8 •

braintree
published 2.0.7 •

braintree
published 2.0.6 •

braintree
published 2.0.5 •

braintree
published 2.0.4 •

braintree
published 2.0.3 •

braintree
published 2.0.1 •

Changelog

Source

2.0.1

  • Do not throw exceptions window.opener existed but has already closed.

  • Do not throw exceptions when a frame.postMessage is denied.

  • Exceptions are no longer thrown when publish, subscribe or unsubscribe were invoked directly.

    var publish = framebus.publish;
    publish("event");
    

    2.0.0

  • Breaking change: use of origin as a parameter for publish, subscribe and unsubscribe has been moved to the chaining-function target(origin)

  • Added feature: events can be published with multiple arguments. If the last argument is a function, it is treated as a callback that subscribers can call.

  • Added feature: include(popup) adds popups to the listing of frames to be messaged.

  • Added feature: window.opener will now be included in framebus messaging, if available.

    1.0.0

  • Initial release

braintree
published 2.0.0 •

braintree
published 1.0.0 •

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