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

budo

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

budo - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

3

lib/watchify.js
var spawn = require('npm-execspawn')
var quote = require('shell-quote').quote

@@ -6,3 +7,3 @@ //Runs watchify with given args, returns process

var cmd = ['watchify']
.concat(watchifyArgs||[])
.concat(quote(watchifyArgs||[]))
.join(' ')

@@ -9,0 +10,0 @@

{
"name": "budo",
"version": "1.3.1",
"version": "1.3.2",
"description": "a browserify server for rapid prototyping",

@@ -26,2 +26,3 @@ "main": "index.js",

"routes-router": "^4.1.2",
"shell-quote": "^1.4.3",
"through2": "^0.6.3",

@@ -28,0 +29,0 @@ "tmp": "0.0.24",

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