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 3.0.0-beta-6 to 3.0.0-beta-7

2

lib/config.js

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

workflows.js[0].push('modular:output:wrap');
workflows.js.push(['modular:output:inline']);
workflows.js.push(['output:inline']);
workflows.js.push(['modular:output:concat']);

@@ -263,0 +263,0 @@ if (runtimeOptions.compress) workflows.js[2].push('modular:output:compress');

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

if (hasMultipleVersions(id)) {
var name = path.basename(id).split(idResource.VERSION_DELIMITER)[0];
var name = id.split('#')[0];

@@ -74,0 +74,0 @@ warn('more than one version of '

@@ -324,3 +324,4 @@ 'use strict';

files = files.filter(function (file) {
return file.getIsWriteable();
// Don't filter if non-modular batch job
return (!self.modular && self.batch) || file.getIsWriteable();
});

@@ -327,0 +328,0 @@

{
"name": "buddy",
"description": "A fast, simple build tool for js/css/html projects.",
"version": "3.0.0-beta-6",
"version": "3.0.0-beta-7",
"author": "popeindustries <alex@pope-industries.com>",

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

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