New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0 to 1.1.1

4

CHANGELOG.md
# master
# 1.1.1
* Fix option parsing for `--port`
# 1.1.0

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

2

lib/cli.js

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

actionPerformed = true
broccoli.server.serve(new Watcher(getBuilder()), options.host, options.port)
broccoli.server.serve(new Watcher(getBuilder()), options.host, parseInt(options.port, 10))
})

@@ -25,0 +25,0 @@

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

@@ -6,0 +6,0 @@ "main": "lib/index.js",

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