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

@roots/bud-build

Package Overview
Dependencies
Maintainers
5
Versions
898
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@roots/bud-build - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

6

lib/builders/optimization.js

@@ -12,3 +12,3 @@ "use strict";

exports.optimization = function () {
const output = {
const output = this.hooks.filter(key ``, {
optimization: {

@@ -19,3 +19,3 @@ minimize: this.hooks.filter(key `minimize`, this.features.enabled(`minify`)),

},
};
});
if (this.features.enabled(`runtimeChunk`)) {

@@ -27,4 +27,4 @@ output.optimization.runtimeChunk = this.hooks.filter(key `runtimeChunk`, this.config.get(`optimization.runtimeChunk`));

}
return this.hooks.filter(key ``, output);
return output;
};
//# sourceMappingURL=optimization.js.map
{
"name": "@roots/bud-build",
"description": "Bud webpack config build controller",
"version": "2.0.4",
"version": "2.0.5",
"homepage": "https://roots.io/bud",

@@ -38,6 +38,6 @@ "repository": {

"devDependencies": {
"@roots/bud-extensions": "^2.0.4",
"@roots/bud-typings": "^2.0.4"
"@roots/bud-extensions": "^2.0.5",
"@roots/bud-typings": "^2.0.5"
},
"gitHead": "dbeacc552c8ec5712e18365338b52e2bfe4bc98c"
"gitHead": "6fd8b9fe47bf6ce1b69a96ce92cdbcc2f8ba0082"
}

Sorry, the diff of this file is not supported yet

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