Socket
Socket
Sign inDemoInstall

short-uuid

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

short-uuid - npm Package Compare versions

Comparing version 4.2.0 to 4.2.2

.github/workflows/node.js.yml

16

CHANGELOG.md

@@ -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

11

package.json
{
"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

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