Socket
Socket
Sign inDemoInstall

@soundworks/core

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@soundworks/core - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

2

package.json
{
"name": "@soundworks/core",
"version": "3.0.3",
"version": "3.0.4",
"description": "full-stack javascript framework for distributed audio visual experiences on the web",

@@ -5,0 +5,0 @@ "authors": [

@@ -251,5 +251,10 @@ "use strict";

if (!this.config.env.assetsDomain && this.config.env.subpath) {
if (!this.config.env.assetsDomain && this.config.env.subpath !== undefined) {
const subpath = this.config.env.subpath.replace(/^\//, '').replace(/\/$/, '');
this.config.env.assetsDomain = `/${subpath}/`;
if (subpath) {
this.config.env.assetsDomain = `/${subpath}/`;
} else {
this.config.env.assetsDomain = `/`;
}
}

@@ -256,0 +261,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