Comparing version 0.0.11 to 0.0.12
{ | ||
"name": "danz-test", | ||
"version": "0.0.11", | ||
"description": "just a test.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"version": "0.0.12", | ||
"description": "List contents of directories in tree-like format.", | ||
"author": { | ||
"name": "_danZ", | ||
"email": "tekkahs@gmail.com", | ||
"url": "http://github.com/MrRaindrop" | ||
}, | ||
"keywords": [ | ||
"test" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/MrRaindrop/tree-cli.git" | ||
}, | ||
"bin": { | ||
"danz": "bin/danz" | ||
"danz": "./bin/danz" | ||
}, | ||
"author": "_danZ", | ||
"license": "MIT", | ||
"dependencies": { | ||
@@ -22,4 +22,5 @@ "bluebird": "^3.4.6", | ||
"lodash.includes": "^4.3.0", | ||
"meow": "^3.7.0" | ||
"meow": "^3.7.0", | ||
"object-assign": "^4.1.0" | ||
} | ||
} |
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
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
12276
2
1
1
6
+ Addedobject-assign@^4.1.0