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

merger-js

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

merger-js - npm Package Compare versions

Comparing version 3.0.8 to 3.0.9

8

CHANGELOG.md

@@ -5,4 +5,10 @@ # CHANGELOG

#### *V3.0.8 (HotFix) - 30/05/2018
#### *V3.0.9 (HotFix) - 31/05/2018
- Solved a bug when selecting the source file, to build, on the same directory as the merger configuration file.
 
#### V3.0.8 (HotFix) - 30/05/2018
- Quick fix to the source file selection prompt. Now operational.

@@ -9,0 +15,0 @@

3

modules/CLIModules/selectSourceFilePrompt.js

@@ -39,3 +39,3 @@ 'use strict'

for (let i = 0; i < sourceFiles.length; i++) {
if (path.relative(configFilePath, sourceFiles[i].source) === path.relative(configFilePath, answer.sourceFile)) {
if (path.relative(configFilePath, sourceFiles[i].source) === answer.sourceFile) {
sourceFile = sourceFiles[i];

@@ -45,2 +45,3 @@ break;

}
console.debug(sourceFile)

@@ -47,0 +48,0 @@ Callback(sourceFile);

{
"name": "merger-js",
"displayName": "MergerJS",
"version": "3.0.8",
"version": "3.0.9",
"description": "Yet another light weight and simple cross-platform build tool for JavaScript files, with CLI tooling, file imports, auto build capabilities and native OS notifications.",

@@ -6,0 +6,0 @@ "readme": "https://github.com/joao-neves95/merger-js/blob/master/README.md",

@@ -0,0 +0,0 @@ # TODO:

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