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

beefy

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beefy - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

2

package.json
{
"name": "beefy",
"version": "0.7.0",
"version": "0.7.1",
"description": "local development server that aims to make using browserify fast and fun",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -41,7 +41,10 @@ # beefy

#### `--browserify command`
#### `--bundler command`
use `command` instead of `browserify` or `./node_modules/.bin/browserify`.
in theory, you could even get this working with `r.js`, but that would probably
be scary and bats would fly out of it. but it's there if you need it!
~~in theory, you could even get this working with `r.js`, but that would probably
be scary and bats would fly out of it. but it's there if you need it!~~ if you want
to use `r.js` with beefy, you'll need a config that can write the resulting bundle
to stdout, and you can run beefy with `beefy :output-url.js --bundler r.js -- -o config.js`.

@@ -48,0 +51,0 @@ #### `--live`

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