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.6.2 to 3.6.3

8

CHANGELOG.md

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

#### *v3.6.2 - 26/10/2018
#### *v3.6.3 - 01/11/2018
- Multiple package updates.
 
#### v3.6.2 - 26/10/2018
- Solved a bug where, in non-minified builds, if the last line of a file ended with a comment it commented out the first line of the next file;

@@ -9,0 +15,0 @@ - Solved bug where if the user imported an entire directory (e.g.: ```@import<<DIR 'someDir'```) with subdirectories, it gave an "EISDIR" read error;

8

package.json
{
"name": "merger-js",
"displayName": "MergerJS",
"version": "3.6.2",
"version": "3.6.3",
"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.",

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

"commander": "^2.15.1",
"inquirer": "^5.2.0",
"inquirer": "^6.2.0",
"line-by-line": "^0.1.6",

@@ -49,4 +49,7 @@ "neo-async": "^2.5.1",

"build tool",
"tool",
"make",
"merge",
"merger",
"uglify",
"auto builds",

@@ -56,3 +59,2 @@ "automatic",

"javascript",
"files",
"front-end",

@@ -59,0 +61,0 @@ "frontend",

# MergerJS
[![npm](https://img.shields.io/npm/v/merger-js.svg)](https://www.npmjs.com/package/merger-js) [![LICENSE](https://img.shields.io/npm/l/merger-js.svg)](https://github.com/joao-neves95/merger-js/blob/master/LICENSE)
[![npm](https://img.shields.io/npm/v/merger-js.svg)](https://www.npmjs.com/package/merger-js)
[![LICENSE](https://img.shields.io/npm/l/merger-js.svg)](https://github.com/joao-neves95/merger-js/blob/master/LICENSE)
[![DepShield Badge](https://depshield.sonatype.org/badges/joao-neves95/merger-js/depshield.svg)](https://depshield.github.io)

@@ -5,0 +7,0 @@ Yet another lightweight and simple cross-platform build tool for JavaScript files, with CLI tooling, file imports, auto build capabilities and native OS notifications.

@@ -11,3 +11,4 @@ # TODO

- Add an edit source file command to the CLI;
- Add more validation and error handling to the CLI.
- Add more validation and error handling to the CLI;
- Add contributing guidelines.

@@ -17,3 +18,4 @@ --------------------------------------------------------------------------------------------------------------------------

- A desktop app.
--------------------------------------------------------------------------------------------------------------------------
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