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.0 to 3.0.1

10

modules/CLIModules/init.js
'use strict'
const path = require('path');
const dirname = require('path').dirname;
const prompt = require('../node_modules/inquirer').createPromptModule();
const UserConfig = require('../models/userConfigModel');
const writeConfigFile = require('./utils').writeJSONFile;
const newTimestamp = require('./newTimestamp').small;
const prompt = require('../../node_modules/inquirer').createPromptModule();
const UserConfig = require('../../models/userConfigModel');
const writeConfigFile = require('../utils').writeJSONFile;
const newTimestamp = require('../newTimestamp').small;
const finalInitMessage = 'Run "merger" or "merger build" to start building.';

@@ -9,0 +7,0 @@

2

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

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