Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "azzor", | ||
"version": "1.0.1", | ||
"description": "", | ||
"version": "1.0.2", | ||
"description": "Download a zip file from an url and extract it in a directory", | ||
"main": "index.js", | ||
"type": "module", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"release:major": "npm version major", | ||
"release:minor": "npm version minor", | ||
"release:patch": "npm version patch", | ||
"postversion": "npm publish && git push --follow-tags", | ||
"test": "mocha test" | ||
}, | ||
"author": "", | ||
"license": "ISC" | ||
"keywords": [ | ||
"download", | ||
"zip", | ||
"url", | ||
"directory" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/fabioricali/azzor.git" | ||
}, | ||
"homepage": "https://github.com/fabioricali/azzor#readme", | ||
"bugs": { | ||
"url": "https://github.com/fabioricali/azzor/issues" | ||
}, | ||
"author": "Fabio Ricali", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"mocha": "^10.1.0" | ||
}, | ||
"dependencies": { | ||
"adm-zip": "^0.5.9", | ||
"axios": "^1.2.0" | ||
} | ||
} |
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
25
0
0
1
20
0
0
2278
2
1
4
+ Addedadm-zip@^0.5.9
+ Addedaxios@^1.2.0
+ Addedadm-zip@0.5.16(transitive)
+ Addedasynckit@0.4.0(transitive)
+ Addedaxios@1.7.9(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addedfollow-redirects@1.15.9(transitive)
+ Addedform-data@4.0.1(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
+ Addedproxy-from-env@1.1.0(transitive)