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.2.0 to 2.2.1

4

HISTORY.md
History
=======
## 2.2.1
* Minor documentation and usage updates.
## 2.2.0

@@ -5,0 +9,0 @@

2

lib/task.js

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

log.info("help",
"\n\n" + chalk.green.bold("Usage") + ": \n\n builder " + action + " [flags] [task]" +
"\n\n" + chalk.green.bold("Usage") + ": \n\n builder " + action + " <action> <task(s)>" +
"\n\n" + chalk.green.bold("Actions") + ": \n\n " + actions +

@@ -126,0 +126,0 @@ "\n\n" + chalk.green.bold("Flags") + ": General\n\n " + args.help() +

{
"name": "builder",
"version": "2.2.0",
"version": "2.2.1",
"description": "An NPM-based task runner",

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

@@ -115,2 +115,4 @@ [![Travis Status][trav_img]][trav_site]

```sh
export PATH="./node_modules/.bin:${PATH}"
# ... OR ...
export PATH="${PATH}:./node_modules/.bin"

@@ -117,0 +119,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