Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "trails", | ||
"version": "0.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"version": "0.0.1", | ||
"description": "Modern MVC Web Framework for Node.js", | ||
"keywords": [ | ||
"mvc", | ||
"framework", | ||
"platform", | ||
"rest", | ||
"api", | ||
"rails", | ||
"grails", | ||
"sails", | ||
"trails", | ||
"realtime" | ||
], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "mocha" | ||
}, | ||
"author": "", | ||
"license": "ISC" | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/trailsjs/trails.git" | ||
}, | ||
"author": "Travis Webb <me@traviswebb.com>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/trailsjs/trails/issues" | ||
}, | ||
"homepage": "http://trailsjs.io", | ||
"dependencies": { | ||
"lodash": "^3.10.1", | ||
"trailpack": "0.0.0" | ||
}, | ||
"bundledDependencies": [ | ||
"lodash", | ||
"trailpack" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
868973
466
25026
1
1
1
3
2
2
2
+ Addedlodash@^3.10.1
+ Addedtrailpack@0.0.0