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.1 to 3.9.2

.travis.yml

8

CHANGELOG.md

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

#### *v3.9.0 - 19/11/2019
#### Hotfix v3.9.1 && *v3.9.2 - 20/11/2019
- Fixes on the `merger init` command.
 
#### v3.9.0 - 19/11/2019
- Added support for optional custom source file configuration that overwrites the global merger configuration

@@ -9,0 +15,0 @@ (minfication for the moment).

2

modules/CLIModules/init.js

@@ -103,3 +103,3 @@ /*

writeJSONFile( process.cwd(), 'merger-config', config );
console.info( `\n ${newTimestamp()} - Init successful.\n`, JSON.stringify( data, null, '\t' ), `\n ${finalInitMessage}` );
console.info( `\n ${newTimestamp()} - Init successful.\n`, JSON.stringify( config, null, '\t' ), `\n ${finalInitMessage}` );

@@ -106,0 +106,0 @@ } catch ( e ) {

{
"name": "merger-js",
"displayName": "MergerJS",
"version": "3.9.1",
"version": "3.9.2",
"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.1**
**v3.9.2**
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