Socket
Socket
Sign inDemoInstall

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 Compare versions

Comparing version 5.1.0 to 5.1.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 5.1.1
- Fix issue where Internet Explorer would error because Promise is not defined
# 5.1.0

@@ -2,0 +6,0 @@

4

dist/framebus.js

@@ -9,2 +9,4 @@ "use strict";

var constants_1 = require("./lib/constants");
var DefaultPromise = (typeof window != null &&
window.Promise);
var Framebus = /** @class */ (function () {

@@ -180,5 +182,5 @@ function Framebus(options) {

};
Framebus.Promise = Promise;
Framebus.Promise = DefaultPromise;
return Framebus;
}());
exports.Framebus = Framebus;

@@ -9,3 +9,3 @@ {

"homepage": "https://github.com/braintree/framebus",
"version": "5.1.0",
"version": "5.1.1",
"main": "dist/index.js",

@@ -12,0 +12,0 @@ "files": [

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