@rushstack/stream-collator
Advanced tools
Comparing version 0.0.0 to 3.2.5
{ | ||
"license": "MIT", | ||
"name": "@rushstack/stream-collator", | ||
"version": "0.0.0" | ||
"name": "@rushstack/stream-collator", | ||
"version": "3.2.5", | ||
"description": "Display intelligible realtime output from your asynchronous streams", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/microsoft/rushstack/tree/master/libraries/stream-collator" | ||
}, | ||
"main": "lib/index.js", | ||
"typings": "dist/stream-collator.d.ts", | ||
"scripts": { | ||
"build": "gulp test --clean" | ||
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"colors": "~1.2.1" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/rush-stack-compiler-3.5": "0.4.4", | ||
"@types/chai": "3.4.34", | ||
"@types/mocha": "5.2.5", | ||
"@types/node": "10.17.13", | ||
"chai": "~3.5.0", | ||
"gulp": "~4.0.2", | ||
"mocha": "^5.2.0", | ||
"@microsoft/node-library-build": "6.4.5", | ||
"@rushstack/eslint-config": "0.5.4" | ||
} | ||
} |
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
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
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 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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
147151
15
3631
1
0
105
0
1
9
2
+ Addedcolors@~1.2.1
+ Addedcolors@1.2.5(transitive)