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

broccoli

Package Overview
Dependencies
Maintainers
3
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

4

CHANGELOG.md
# master
# 1.1.2
* Update findup-sync dependency
# 1.1.1

@@ -4,0 +8,0 @@

4

lib/cli.js

@@ -10,3 +10,3 @@ var fs = require('fs')

module.exports = broccoliCLI
function broccoliCLI () {
function broccoliCLI (args) {
var actionPerformed = false

@@ -56,3 +56,3 @@ program

program.parse(process.argv)
program.parse(args || process.argv)
if(!actionPerformed) {

@@ -59,0 +59,0 @@ program.outputHelp()

@@ -10,3 +10,3 @@ var middleware = require('./middleware')

if (typeof host !== 'string') throw new Error('Expected host to bind to (e.g. "localhost")')
if (typeof port !== 'number') throw new Error('Expected port to bind to (e.g. 4200)')
if (typeof port !== 'number' || port !== port) throw new Error('Expected port to bind to (e.g. 4200)')

@@ -13,0 +13,0 @@ var server = {}

{
"name": "broccoli",
"description": "Fast client-side asset builder",
"version": "1.1.1",
"version": "1.1.2",
"author": "Jo Liss <joliss42@gmail.com>",

@@ -28,3 +28,3 @@ "main": "lib/index.js",

"copy-dereference": "^1.0.0",
"findup-sync": "^0.4.2",
"findup-sync": "^1.0.0",
"handlebars": "^4.0.4",

@@ -31,0 +31,0 @@ "heimdalljs-logger": "^0.1.7",

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