Socket
Socket
Sign inDemoInstall

builder

Package Overview
Dependencies
Maintainers
5
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

builder - npm Package Compare versions

Comparing version 2.10.0 to 2.10.1

5

HISTORY.md
History
=======
## 2.10.1
* Fix error from config in archetype but not root package.json.
[#113](https://github.com/FormidableLabs/builder/issues/113)
## 2.10.0

@@ -5,0 +10,0 @@

4

lib/config.js

@@ -218,5 +218,5 @@ "use strict";

var tasks = _.chain(pkgs)
.filter(function (pkg) { return pkg[field][key]; })
.filter(function (pkg) { return _.get(pkg, [field, key]); })
.map(function (pkg) {
return "\n " + chalk.gray("[" + pkg.name + "]") + " " + pkg[field][key];
return "\n " + chalk.gray("[" + pkg.name + "]") + " " + _.get(pkg, [field, key]);
})

@@ -223,0 +223,0 @@ .value()

{
"name": "builder",
"version": "2.10.0",
"version": "2.10.1",
"description": "An NPM-based task runner",

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

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