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

fly

Package Overview
Dependencies
Maintainers
2
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fly - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

lib/cli/list.js

@@ -33,3 +33,3 @@ var fmt = require('../fmt')

function each(host, handler) {
var rgx = /^\s*\/\*\*\s*@desc\s+(.*)\s*\*\//gm
var rgx = /@desc(.*)/
Object.keys(host).forEach(function (taskname) {

@@ -36,0 +36,0 @@ var arr = rgx.exec(host[taskname].toString())

@@ -228,3 +228,3 @@ 'use strict'

Fly.prototype.start = function (tasks, options) {
tasks = arrify(tasks || 'default')
tasks = arrify(tasks.length ? tasks : 'default')
options = assign({

@@ -231,0 +231,0 @@ parallel: false,

@@ -16,2 +16,3 @@ 'use strict'

var opts = cli.options()
var tasks = opts._

@@ -30,3 +31,3 @@ if (opts.help) {

.emit('fly_run', {path: fly.file})
.start(opts.tasks)
.start(tasks)
}

@@ -33,0 +34,0 @@ }

{
"name": "fly",
"version": "1.1.0",
"version": "1.1.1",
"description": "Modern Build System",

@@ -5,0 +5,0 @@ "license": "MIT",

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