dir-generate
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "dir-generate", | ||
"version": "0.0.0", | ||
"version": "0.0.2", | ||
"description": "a easy tool to make dir with markdown", | ||
"bin": { | ||
"dir-generate": "./lib/dir-generate" | ||
}, | ||
"keywords": [ | ||
"mkdir", | ||
"dir", | ||
"markdown" | ||
], | ||
"devDependencies": { | ||
"jshint": "^2.5.1", | ||
"should": "^3.0.0", | ||
"mocha": "^1.12.0", | ||
"thunkify": "^2.0.0", | ||
"request": "^2.36.0" | ||
}, | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "" | ||
"test": "make test" | ||
}, | ||
"author": "GKuChan", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/GKuChan/dir-generate.git" | ||
}, | ||
"dependencies": { | ||
"commander": "^2.3.0", | ||
"fs-extra": "^0.11.0", | ||
"markdown": "^0.5.0", | ||
"process": "^0.7.0" | ||
} | ||
} |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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 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
10648
10
62
2
1
6
0
4
5
+ Addedcommander@^2.3.0
+ Addedfs-extra@^0.11.0
+ Addedmarkdown@^0.5.0
+ Addedprocess@^0.7.0