🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

appmaker

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appmaker - npm Package Compare versions

Comparing version

to
0.2.13

2

lib/appMaker.js

@@ -108,3 +108,3 @@ 'use strict';

callback = callback || function() {};
_(['modules', 'baseUrl', 'dir', 'mainConfigFile']).each(function(option) {
_(['baseUrl', 'dir', 'mainConfigFile']).each(function(option) {
if (option in config === false) throw new Error(

@@ -111,0 +111,0 @@ '`' + option + '` is required at requirejs config but not set'

{
"name": "appmaker",
"version": "0.2.12",
"version": "0.2.13",
"description": "helper script for creating production build of web application (compile less to css, etc)",

@@ -5,0 +5,0 @@ "author": "2do2go team <dev.2do2go@gmail.com>",