Socket
Book a DemoInstallSign in
Socket

conga

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conga - npm Package Compare versions

Comparing version

to
0.0.13

5

lib/command/create-bundle.js

@@ -11,7 +11,6 @@ /*

// built-in modules
var fs = require('fs');
var path = require('path');
// third-party modules
var wrench = require('wrench');
var fs = require('fs-extra');

@@ -64,3 +63,3 @@ /**

// copy the empty project to the target path
wrench.copyDirSyncRecursive(path.join(resourcesDir, 'bundles', 'empty'), bundleDir);
fs.copySync(path.join(resourcesDir, 'bundles', 'empty'), bundleDir);

@@ -67,0 +66,0 @@ // fix files

3

lib/command/create-controller.js

@@ -11,8 +11,7 @@ /*

// built-in modules
var fs = require('fs');
var path = require('path');
// third-party modules
var fs = require('fs-extra');
var swig = require('swig');
var wrench = require('wrench');

@@ -19,0 +18,0 @@ /**

@@ -12,3 +12,2 @@ /*

var exec = require('child_process').exec;
var fs = require('fs');
var path = require('path');

@@ -18,3 +17,3 @@ var spawn = require('child_process').spawn;

// third-party modules
var wrench = require('wrench');
var fs = require('fs-extra');

@@ -70,3 +69,3 @@ /**

// copy the empty project to the target path
wrench.copyDirSyncRecursive(path.join(resourcesDir, 'projects', 'empty'), projectDir);
fs.copySync(path.join(resourcesDir, 'projects', 'empty'), projectDir);

@@ -73,0 +72,0 @@ // copy parameters.ini.dist to parameters.ini

@@ -12,8 +12,7 @@ /*

var exec = require('child_process').exec;
var fs = require('fs');
var path = require('path');
// third-party modules
var fs = require('fs-extra');
var supervisor = require('supervisor');
var wrench = require('wrench');

@@ -20,0 +19,0 @@ /**

{
"name": "conga",
"version": "0.0.12",
"version": "0.0.13",
"description": "MVC framework for node.js",

@@ -27,6 +27,6 @@ "directories": {

"commander": "0.6.1",
"fs-extra": "0.30.0",
"inflect": "0.3.0",
"supervisor": "0.5.2",
"swig": "0.14.0",
"wrench": "1.4.4",
"yamljs": "0.1.4"

@@ -33,0 +33,0 @@ },

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.