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.9.2 to 3.9.3

3

CHANGELOG.md

@@ -5,5 +5,6 @@ # CHANGELOG

#### Hotfix v3.9.1 && *v3.9.2 - 20/11/2019
#### Hotfix v3.9.1 - *v3.9.3 - 20/11/2019
- Fixes on the `merger init` command.
- Fix on the `merger rm` command. In case there was only one file, the program crashed.

@@ -10,0 +11,0 @@  

@@ -46,3 +46,3 @@ /*

} else if ( sourceFiles.length === 1 ) {
return Callback( sourceFiles[0] );
return __res( sourceFiles[0] );
}

@@ -49,0 +49,0 @@

@@ -46,2 +46,4 @@ /*

// TODO: BUG: Solve issue with error handling.
// It's always displaying an error and never shows the success output.
proc.on( 'close', ( code ) => {

@@ -48,0 +50,0 @@ if ( hasErrors ) {

{
"name": "merger-js",
"displayName": "MergerJS",
"version": "3.9.2",
"version": "3.9.3",
"description": "Yet another simple cross-platform CLI build tool to bundle JavaScript files, with a custom file import syntax, ES8+ minification, auto build capabilities, and native OS notifications.",

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

# Current Branch Version
**v3.9.2**
**v3.9.3**
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