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

buddy

Package Overview
Dependencies
Maintainers
1
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buddy - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

5

CHANGELOG.md
# Changelog
**4.1.1** - Feb 24, 2016
* only include global js helpers for root targets
**4.1.0** - Feb 23, 2016
* force `process.env.RUNTIME` equal to `"browser"`
* .js dead code removal with two pass compression routine (one before parsing, one before writing). Requires v2.7.0+ of [buddy-plugin-uglify](https://www.npmjs.org/package/buddy-plugin-uglify)
* js dead code removal with two pass compression routine (one before parsing, one before writing). Requires v2.7.0+ of [buddy-plugin-uglify](https://www.npmjs.org/package/buddy-plugin-uglify)

@@ -7,0 +10,0 @@ **4.0.1-5** - Feb 23, 2016

2

lib/target.js

@@ -299,3 +299,3 @@ 'use strict';

includeHeader: this.modular,
includeHelpers: this.modular,
includeHelpers: !this.hasParent && this.modular,
watching

@@ -302,0 +302,0 @@ };

{
"name": "buddy",
"description": "A fast, simple build tool for web projects.",
"version": "4.1.0",
"version": "4.1.1",
"author": "popeindustries <alex@pope-industries.com>",

@@ -6,0 +6,0 @@ "keywords": [

@@ -25,2 +25,3 @@ [![NPM Version](https://img.shields.io/npm/v/buddy.svg?style=flat)](https://npmjs.org/package/buddy)

- Supports compression of __image__ assets
- Inlines environment variables (`process.env.FOO`)

@@ -27,0 +28,0 @@ ## Installation

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