Comparing version 0.0.2 to 1.0.0
{ | ||
"name": "uid", | ||
"version": "0.0.2", | ||
"description": "generate unique ids of variable length", | ||
"main": "yes", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/MatthewMueller/uid.git" | ||
"version": "1.0.0", | ||
"repository": "lukeed/uid", | ||
"description": "A tiny (134B) and fast utility to randomize unique IDs of fixed length", | ||
"unpkg": "dist/index.min.js", | ||
"module": "dist/index.mjs", | ||
"main": "dist/index.js", | ||
"types": "uid.d.ts", | ||
"license": "MIT", | ||
"author": { | ||
"name": "Luke Edwards", | ||
"email": "luke.edwards05@gmail.com", | ||
"url": "https://lukeed.com" | ||
}, | ||
"engines": { | ||
"node": ">=8" | ||
}, | ||
"scripts": { | ||
"build": "bundt", | ||
"pretest": "npm run build", | ||
"test": "tape -r esm test/*.js | tap-spec" | ||
}, | ||
"files": [ | ||
"*.d.ts", | ||
"dist" | ||
], | ||
"keywords": [ | ||
"unique", | ||
"id", | ||
"uid" | ||
"uid", | ||
"uuid", | ||
"random", | ||
"generate", | ||
"foid" | ||
], | ||
"bin" : "./bin/uid", | ||
"author": "Matthew Mueller", | ||
"license": "MIT", | ||
"readmeFilename": "Readme.md" | ||
"devDependencies": { | ||
"bundt": "1.0.0", | ||
"esm": "3.2.25", | ||
"tap-spec": "5.0.0", | ||
"tape": "4.9.1" | ||
} | ||
} |
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
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 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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
6828
1
116
4
7
15
1
1