Socket
Socket
Sign inDemoInstall

uuid64ts

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.8 to 1.1.9

.coveralls.yml

0

CODE_OF_CONDUCT.md

@@ -0,0 +0,0 @@ # Contributor Covenant Code of Conduct

46

package.json
{
"name": "uuid64ts",
"version": "1.1.8",
"description": "UUID v4 (random) Typescript/Javascript package with a custom base 64 encoding added.",
"scripts": {
"clear-test": "rimraf test/**/*.js test/**/*.map test/**/*.d.ts",
"coverage": "npm run clear-test && nyc --reporter=text mocha -r ts-node/register test/**/*.spec.ts",
"coverage-html": "npm run clear-test && nyc --reporter=html mocha -r ts-node/register test/**/*.spec.ts",
"start": "rimraf dist/**/* && tsc --watch",
"test": "npm run clear-test && mocha -b -r ts-node/register test/**/*.spec.ts"
},
"keywords": [
"UUID",
"UUIDv4",
"base64",
"typescript",
"javascript",
"random",
"custom encoding"
],
"version": "1.1.9",
"author": {
"email": "dragonrun1@gmail.com",
"name": "Michael Cummings"
"name": "Michael Cummings",
"email": "dragonrun1@gmail.com"
},
"license": "BSD-3-Clause",
"devDependencies": {

@@ -31,3 +14,3 @@ "@types/chai": "^4.2.11",

"chai": "^4.2.0",
"mocha": "^7.1.0",
"mocha": "^7.1.1",
"nyc": "^15.0.0",

@@ -38,3 +21,24 @@ "rimraf": "^3.0.2",

"typescript": "^3.8.0"
},
"keywords": [
"UUID",
"UUIDv4",
"base64",
"custom encoding",
"javascript",
"random",
"typescript"
],
"license": "BSD-3-Clause",
"readme": "https://github.com/Dragonrun1/uuid64ts#README",
"repository": "https://github.com/Dragonrun1/uuid64ts.git",
"scripts": {
"uuid4:clear-test": "rimraf test/**/*.js test/**/*.map test/**/*.d.ts",
"uuid4:clover": "npm run uuid4:clear-test && nyc --reporter=clover mocha",
"uuid4:coverage": "npm run uuid4:clear-test && nyc --reporter=text mocha",
"uuid4:html": "npm run uuid4:clear-test && nyc --reporter=html mocha",
"uuid4:text-lcov": "nyc --reporter=text-lcov mocha | coveralls",
"start": "rimraf dist/**/* && tsc --watch",
"test": "npm run uuid4:clear-test && mocha -R spec"
}
}
# uuid4
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md)
[![Build Status](https://travis-ci.org/Dragonrun1/uuid64ts.svg?branch=master)](https://travis-ci.org/Dragonrun1/uuid64ts)
[![Coverage Status](https://coveralls.io/repos/github/Dragonrun1/uuid64ts/badge.svg?branch=master)](https://coveralls.io/github/Dragonrun1/uuid64ts?branch=master)

@@ -45,2 +47,8 @@ UUID v4 (random) Typescript/Javascript package with a custom base 64 encoding added.

## Related Projects
[https://github.com/Dragonrun1/uuid64type](https://github.com/Dragonrun1/uuid64type)
The project that this project was made to be a translation of but ended up
causing a large re-write which became __uuid64type__'s version 2.0.
## Contributing

@@ -47,0 +55,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc