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

@bayou/assets-client

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bayou/assets-client - npm Package Compare versions

Comparing version 1.2.4 to 1.3.0

4

files/boot-for-debug.js

@@ -25,3 +25,3 @@ // Copyright 2016-2019 the Bayou Authors (Dan Bornstein et alia).

return new Promise((res, rej_unused) => {
return new Promise((resolve) => {
var req = new XMLHttpRequest();

@@ -45,3 +45,3 @@ req.open('GET', url);

if (req.status === 200) {
res(req.response);
resolve(req.response);
} else {

@@ -48,0 +48,0 @@ reloadPage();

@@ -7,6 +7,6 @@ {

"dependencies": {
"@bayou/util-common": "1.2.4"
"@bayou/util-common": "1.3.0"
},
"name": "@bayou/assets-client",
"version": "1.2.4"
"version": "1.3.0"
}

Sorry, the diff of this file is not supported yet

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