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 Versions

1
7

3.6.7

Diff

Changelog

Source

v3.6.7 - 05/03/2019

  • The update on launch time is now optional. Read more in... README.md;
  • Some silent bugs fixes with error handling/catching on the checkForUpdates, updateMerger, editConfigFile.addProperty and editConfigFile.addFileToConfig;
  • Optimizations to the config module;
  • Added the Collections module (will do a separate NPM package in the future).

 

shivayl
published 3.6.6 •

Changelog

Source

v3.6.6 - 12/11/2018

  • Solved a bug, introduced int the last patch by the license headers, that somehow made the shebang not work.

 

shivayl
published 3.6.5 •

Changelog

Source

v3.6.5 - 11/11/2018

  • Solved a bug where it was added an "\ufeff" unicode character as first char of each file contents on the build process (char encoding Node.js issue).

 

shivayl
published 3.6.4 •

Changelog

Source

v3.6.4 - 08/11/2018

  • Small bug fix on the ParseImports module (in the try/catch of the read from directory). There was a typo on the catch exception variable, that, for example, if the user made some error on the imported directory name, it caused MergerJS to crash without notifying the user;
  • Other minor small fixes.

 

shivayl
published 3.6.3 •

Changelog

Source

v3.6.3 - 01/11/2018

  • Multiple package updates.

 

shivayl
published 3.6.2 •

Changelog

Source

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;
  • Solved bug where if the user imported an entire directory (e.g.: @import<<DIR 'someDir') with subdirectories, it gave an "EISDIR" read error;

 

shivayl
published 3.6.1 •

Changelog

Source

v3.6.1 - 05/10/2018

  • Fixed error on the importsParser.js module introduced on the last version.

 

shivayl
published 3.6.0 •

Changelog

Source

v3.6.0 - 04/10/2018

  • Added support for importing entire directories. Using this methods, the files are not compiled in any specific order;
  • Fixed a bug introduced in v3.5.0 (commit: https://github.com/joao-neves95/merger-js/commit/a976bd6bf1ea317f344bcead2d991532a2db9684#diff-e8f6b017cf5303324df391ba7f9e0b07), in the auto build 'change' event async Callback (called multiple times);
  • Fixed a bug in the github imports. Starting the path of the github repository with a bar broke the fileDownloader.js ('/twbs/bootstrap/v4-dev/dist/js/bootstrap.min.js' vs. 'twbs/bootstrap/v4-dev/dist/js/bootstrap.min.js');
  • Minor optimization and fixes on the parseImports.js module.

 

shivayl
published 3.5.0 •

Changelog

Source

v3.5.0 - 03/10/2018

  • Major update to the parseImports.js module:
    • Added support for making file imports from an URL and GitHub repositories (read more in README.md);
    • Migration from the terrible standard readline module, that doesn't support asynchrony, to the "line-by-line" package (link in READEME.md);
    • Major code refactoring for less repetition.
  • Solved a bug where if the user choosed to build "All" files (on the source file selection prompt), the timer got compromised and gave an error (asynchrony bug);
  • General code refatorings and reorganization, as well as multiple fixes;
  • Code of Conduct update.

 

shivayl
published 3.4.1 •

Changelog

Source

v3.4.1 - 25/09/2018

  • Minor optimization to the program initialization user config parser: "node_modules" folder path is now saved on the merger-config.json when necessary, instead of searched in each build;
  • Refactorings (various structural changes/reorganization).

 

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