New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

buildfresh

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buildfresh - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

bin/cli.js

@@ -113,3 +113,3 @@ #!/usr/bin/env node

debug('Running command: "%s"', command)
exec(command, {stdio: 'inherit'}, function (err) {
exec(command, {stdio: 'inherit', maxBuffer: 2000*1024}, function (err) {
if (err) throw err

@@ -116,0 +116,0 @@ var file = change.modifiedFiles[0] || ''

@@ -1036,3 +1036,3 @@ (function() {

CustomEvents = __customevents;
LiveReload = window.LiveReload = new (__livereload.LiveReload)(window);
LiveReload = new (__livereload.LiveReload)(window);
for (k in window) {

@@ -1039,0 +1039,0 @@ if (k.match(/^LiveReloadPlugin/)) {

{
"name": "buildfresh",
"version": "0.1.0",
"version": "0.1.1",
"description": "Runs a command then reloads your browser when files change",

@@ -11,6 +11,2 @@ "dependencies": {

},
"devDependencies": {},
"scripts": {
"test": "make test"
},
"bin": {

@@ -17,0 +13,0 @@ "buildfresh": "bin/cli.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