@microsoft/stream-collator
Advanced tools
Comparing version 0.0.0 to 1.0.1
{ | ||
"name": "@microsoft/stream-collator", | ||
"version": "0.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"version": "1.0.1", | ||
"description": "Display intelligible realtime output from your asynchronous streams", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "gulp", | ||
"test": "gulp", | ||
"clean": "gulp nuke" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC" | ||
"license": "SEE LICENSE IN LICENSE.docx", | ||
"dependencies": { | ||
"colors": "~1.1.2" | ||
}, | ||
"devDependencies": { | ||
"chai": "~3.5.0", | ||
"gulp": "~3.9.1", | ||
"mocha": "~2.5.3", | ||
"@microsoft/sp-build-node": "~0.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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a 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
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 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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
150183
31
1033
1
0
104
1
4
1
2
+ Addedcolors@~1.1.2
+ Addedcolors@1.1.2(transitive)