Socket
Socket
Sign inDemoInstall

qcobjects-cli

Package Overview
Dependencies
Maintainers
1
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qcobjects-cli - npm Package Compare versions

Comparing version 0.1.34 to 0.1.35

backend/org.quickcorp.backend.php.js

26

org.quickcorp.qcobjects.defaultsettings.js

@@ -0,1 +1,27 @@

/**
* QCObjects CLI 0.1.x
* ________________
*
* Author: Jean Machuca <correojean@gmail.com>
*
* Cross Browser Javascript Framework for MVC Patterns
* QuickCorp/QCObjects is licensed under the
* GNU Lesser General Public License v3.0
* [LICENSE] (https://github.com/QuickCorp/QCObjects/blob/master/LICENSE.txt)
*
* Permissions of this copyleft license are conditioned on making available
* complete source code of licensed works and modifications under the same
* license or the GNU GPLv3. Copyright and license notices must be preserved.
* Contributors provide an express grant of patent rights. However, a larger
* work using the licensed work through interfaces provided by the licensed
* work may be distributed under different terms and without source code for
* the larger work.
*
* Copyright (C) 2015 Jean Machuca,<correojean@gmail.com>
*
* Everyone is permitted to copy and distribute verbatim copies of this
* license document, but changing it is not allowed.
*/
"use strict";
CONFIG.set('documentRootFileIndex','index.html');

@@ -2,0 +28,0 @@ CONFIG.set('projectPath',`${process.cwd()}/`);

3

org.quickcorp.qcobjects.main.http.express.server.js

@@ -334,2 +334,5 @@ /**

Import (route.microservice);
if (typeof Package(route.microservice) == 'undefined' ){
Import (absolutePath+'/backend/'+route.microservice);
}
var microServiceClassFactory = ClassFactory(route.microservice+'.Microservice');

@@ -336,0 +339,0 @@ this.response = New(microServiceClassFactory,{

@@ -334,2 +334,5 @@ /**

Import (route.microservice);
if (typeof Package(route.microservice) == 'undefined' ){
Import (absolutePath+'/backend/'+route.microservice);
}
var microServiceClassFactory = ClassFactory(route.microservice+'.Microservice');

@@ -336,0 +339,0 @@ this.response = New(microServiceClassFactory,{

@@ -285,2 +285,5 @@ /**

Import (route.microservice);
if (typeof Package(route.microservice) == 'undefined' ){
Import (absolutePath+'/backend/'+route.microservice);
}
var microServiceClassFactory = ClassFactory(route.microservice+'.Microservice');

@@ -287,0 +290,0 @@ this.response = New(microServiceClassFactory,{

2

package.json
{
"name": "qcobjects-cli",
"version": "0.1.34",
"version": "0.1.35",
"description": "qcobjects cli command line tool",

@@ -5,0 +5,0 @@ "main": "qcobjects-cli.js",

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