short-uuid
Advanced tools
Comparing version 4.2.0 to 4.2.2
@@ -5,2 +5,18 @@ # Change Log | ||
## [4.2.2] - 2022-10-18 | ||
### Changed | ||
- Updated README | ||
## [4.2.1] - 2022-10-18 | ||
### Added | ||
- GitHub Actions | ||
- Testing to Node 16.x and 18.x | ||
### Changed | ||
- npm audit updated dependencies | ||
### Removed | ||
- Travis-CI integration | ||
- Snyk.io integration | ||
## [4.2.0] - 2021-05-13 | ||
@@ -7,0 +23,0 @@ ### Added |
{ | ||
"name": "short-uuid", | ||
"version": "4.2.0", | ||
"version": "4.2.2", | ||
"description": "Create and translate standard UUIDs with shorter formats.", | ||
@@ -9,6 +9,3 @@ "main": "index.js", | ||
"coverage": "nyc --reporter=lcov --reporter=text-summary npm run test", | ||
"test": "npx tape test/**/*.js", | ||
"snyk-test": "snyk test", | ||
"snyk-protect": "snyk protect", | ||
"prepublishOnly": "npm run snyk-protect" | ||
"test": "npx tape test/**/*.js" | ||
}, | ||
@@ -43,6 +40,4 @@ "engines": { | ||
"nyc": "^15.1.0", | ||
"snyk": "^1.595.0", | ||
"tape": "^5.2.2" | ||
}, | ||
"snyk": true | ||
} | ||
} |
# short-uuid | ||
[![npm](https://img.shields.io/npm/v/short-uuid.svg)](https://www.npmjs.com/package/short-uuid) | ||
[![Build Status](https://travis-ci.org/oculus42/short-uuid.svg?branch=master)](https://travis-ci.org/oculus42/short-uuid) | ||
[![Code Climate](https://codeclimate.com/github/oculus42/short-uuid/badges/gpa.svg)](https://codeclimate.com/github/oculus42/short-uuid) | ||
[![Test Coverage](https://codeclimate.com/github/oculus42/short-uuid/badges/coverage.svg)](https://codeclimate.com/github/oculus42/short-uuid/coverage) | ||
[![Dependencies](https://david-dm.org/oculus42/short-uuid.svg)](https://david-dm.org/oculus42/short-uuid) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/oculus42/short-uuid/badge.svg)](https://snyk.io/test/github/oculus42/short-uuid) | ||
Generate and translate standard UUIDs into shorter - or just *different* - formats and back. | ||
## v4.2.0 | ||
## v4.2.2 | ||
@@ -14,0 +11,0 @@ ### Major Changes in 4.0.0 |
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
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
62866
5
18
117