Socket
Socket
Sign inDemoInstall

@ephox/bolt

Package Overview
Dependencies
0
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.8.0 to 1.8.1

3

lib/test.js

@@ -478,3 +478,4 @@ (function (scope) {

*/
if (promise instanceof Promise) {
// IE doesn't support promises, this will at least not fail if a promise isn't returned. Proper fix TBD.
if (promise !== undefined && promise instanceof Promise) {
promise.then(onsuccess, onfailure);

@@ -481,0 +482,0 @@ }

{
"name": "@ephox/bolt",
"version": "1.8.0",
"version": "1.8.1",
"description": "Bolt, AMD-like module system for JavaScript",

@@ -5,0 +5,0 @@ "bin": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc