Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

uid

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uid - npm Package Compare versions

Comparing version 0.0.2 to 1.0.0

dist/index.js

47

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc