acha-framework
Advanced tools
Comparing version
@@ -1,1 +0,90 @@ | ||
{"license":"","name":"acha-framework","version":"1.0.13","description":"is a modular framework on both client (angular.js) and server (node.js) side, it provides security, orm, ioc, obfuscation and ...","main":"index.js","scripts":{"test":"mocha -r should -R spec"},"author":"Navid Kianfar","dependencies":{"async":"^2.1.5","body-parser":"^1.17.1","caminte":"^0.2.19","compression":"^1.6.2","connect-caminte":"0.0.4","cookie-parser":"^1.4.3","csurf":"^1.9.0","ejs":"^2.5.6","ejs-mate":"^2.3.0","express":"^4.15.2","express-error-handler":"^1.1.0","express-session":"^1.15.1","express-useragent":"^0.2.4","feed":"^0.3.1","fs-extra":"^0.30.0","helmet":"^2.3.0","i18n":"^0.8.3","jsonwebtoken":"^7.3.0","lodash":"^4.17.4","morgan":"^1.8.1","mysql":"^2.13.0","passport":"^0.3.2","passport-facebook-token":"^3.3.0","passport-google-oauth2":"^0.1.6","passport-jwt":"^2.2.1","passport-local":"^1.0.0","pem":"^1.9.4","q":"^1.4.1","skipper":"^0.6.5","sqlite3":"^3.1.8","underscore":"^1.8.3","uuid":"^2.0.3","ym":"^0.1.2"},"caminte":{"adapter":"sqlite3"},"url":"https://github.com/achasoft/acha-framework","emil":"nvd.kianfar@gmail.com","keywords":["angular","api","atom","authentication","express","jwt","modular","mvc","nodejs","oauth","obfuscation","orm","rss","sitemap","startup","token"]} | ||
{ | ||
"license": "", | ||
"name": "acha-framework", | ||
"version": "1.0.14", | ||
"description": "is a modular framework on both client (angular.js) and server (node.js) side, it provides security, orm, ioc, obfuscation and ...", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "mocha -r should -R spec" | ||
}, | ||
"author": "Navid Kianfar", | ||
"devDependencies": { | ||
"gulp": "^3.9.1", | ||
"gulp-concat": "^2.6.1", | ||
"gulp-cssmin": "^0.1.7", | ||
"gulp-fixmyjs": "^1.0.2", | ||
"gulp-foreach": "^0.1.0", | ||
"gulp-less": "^3.3.0", | ||
"gulp-minify-html": "^1.0.6", | ||
"gulp-ng-template": "^0.2.3", | ||
"gulp-rename": "^1.2.2", | ||
"gulp-run-command": "0.0.7", | ||
"gulp-uglify": "^2.1.0", | ||
"istanbul": "^0.4.5", | ||
"jshint": "^2.9.4", | ||
"less-plugin-autoprefix": "^1.5.1", | ||
"merge-stream": "^1.0.1", | ||
"mocha": "^3.2.0", | ||
"run-sequence": "^1.2.2", | ||
"should": "^11.2.1", | ||
"supertest": "^2.0.1" | ||
}, | ||
"dependencies": { | ||
"async": "^2.1.5", | ||
"body-parser": "^1.17.1", | ||
"caminte": "^0.2.19", | ||
"compression": "^1.6.2", | ||
"connect-caminte": "0.0.4", | ||
"cookie-parser": "^1.4.3", | ||
"csurf": "^1.9.0", | ||
"ejs": "^2.5.6", | ||
"ejs-mate": "^2.3.0", | ||
"express": "^4.15.2", | ||
"express-error-handler": "^1.1.0", | ||
"express-session": "^1.15.1", | ||
"express-useragent": "^0.2.4", | ||
"feed": "^0.3.1", | ||
"fs-extra": "^0.30.0", | ||
"helmet": "^2.3.0", | ||
"i18n": "^0.8.3", | ||
"jsonwebtoken": "^7.3.0", | ||
"lodash": "^4.17.4", | ||
"morgan": "^1.8.1", | ||
"mysql": "^2.13.0", | ||
"passport": "^0.3.2", | ||
"passport-facebook-token": "^3.3.0", | ||
"passport-google-oauth2": "^0.1.6", | ||
"passport-jwt": "^2.2.1", | ||
"passport-local": "^1.0.0", | ||
"pem": "^1.9.4", | ||
"q": "^1.4.1", | ||
"skipper": "^0.6.5", | ||
"sqlite3": "^3.1.8", | ||
"underscore": "^1.8.3", | ||
"uuid": "^2.0.3", | ||
"ym": "^0.1.2" | ||
}, | ||
"caminte": { | ||
"adapter": "sqlite3" | ||
}, | ||
"url": "https://github.com/achasoft/acha-framework", | ||
"emil": "nvd.kianfar@gmail.com", | ||
"keywords": [ | ||
"angular", | ||
"api", | ||
"atom", | ||
"authentication", | ||
"express", | ||
"jwt", | ||
"modular", | ||
"mvc", | ||
"nodejs", | ||
"oauth", | ||
"obfuscation", | ||
"orm", | ||
"rss", | ||
"sitemap", | ||
"startup", | ||
"token" | ||
] | ||
} |
@@ -1,5 +0,3 @@ | ||
Acha Framework | ||
Source Code | ||
is a modular framework on both client (angular.js) and server (node.js) side, it provides security, orm, ioc, obfuscation and ... | ||
this package is production package and does not provide any source code, please check the repo at github [Acha Framework](https://github.com/achasoft/acha-framework) . | ||
you may or may not use it directly, but the easy to use case would be Acha Application which can be found on github [Acha Application](https://github.com/achasoft/acha-application) | ||
[Navid Kianfar @ http://kianfar.me](http://kianfar.me) |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
10320238
159.72%326
676.19%58644
18.14%3
-25%19
Infinity%16
700%3
-50%12
71.43%