Socket
Socket
Sign inDemoInstall

short-uuid

Package Overview
Dependencies
2
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous12

2.3.0

Diff

Changelog

Source

[2.3.0] - 2017-05-14

Changed

  • Moved Snyk to devDependencies in [package.json]
  • Updated devDependencies grunt-contrib-uglify
  • Corrected Snyk spelling error in [README.md]
oculus42
published 2.2.0 •

Changelog

Source

[2.2.0] - 2016-11-30

Added

  • Added Snyk vulnerability monitoring and patching

Changed

  • Updated devDependencies and added Snyk scripts to [package.json]
oculus42
published 2.1.2 •

Changelog

Source

[2.1.2] - 2016-11-30

Changed

  • Updated from node-uuid to uuid, per the author
  • Switched to using only uuid/v4 for a smaller footprint
oculus42
published 2.1.1 •

Changelog

Source

[2.1.1] - 2016-11-13

Added

  • Add dist files to npm package

Changed

  • Add files list to [package.json]
oculus42
published 2.1.0 •

Changelog

Source

[2.1.0] - 2016-11-06

Added

  • Add browser support with Browserify as proposed by voronianski
  • Include grunt-mkdir to support build process
  • Include grunt-browserify to support build process
  • Include grunt-contrib-uglify to support build process
  • Add example/index.html for Browserify demo
  • Add various dotfiles for CodeClimate configs

Changed

  • Add to [gruntfile.js] for new modules
  • Add to [package.json] for build command
  • Add dist folder to [.gitignore]
  • Update [revisions.md]
  • Update [README.md] with Browserify details
oculus42
published 2.0.0 •

Changelog

Source

[2.0.0] - 2016-06-19

Added

  • Include node-uuid so we can generate our own UUIDs.
  • Add .new() to the translator object to generate a translated v4 UUID.
  • Add .alphabet to the translator object so you can inspect the alphabet.
  • Expose .uuid() for v4 UUID generation on the export and on each translator, for convenience.
  • Added this change log.
  • Added [revisions.md] for tracking usage of old versions.
  • Added tests for new UUID generation, defaults, and exposed alphabet.

Changed

  • Use a Constructor rather than needing to call .new() against the export.
  • Default flickrBase58 alphabet if none is provided.
  • Changed to IIFE for better minification.
  • Changed tests for updated object format.

Removed

  • Remove the pre-built .b58 library so we don't waste resources.
  • Remove .toHex() and .fromHex() from the translators. Use any-base directly if needed.
oculus42
published 1.0.0 •

Changelog

Source

1.0.0 - 2016-06-10

Added

  • Provide .new() to create a translator.
  • Provide .constants for useful alphabets
  • flickrBase58 is meant to reduce human transcription errors
  • cookieBase90 provides the characters supported by cookies for the smallest cookie-safe UUIDs
  • Provide .fromUUID() and .toUUID() from the translators.
  • Provide .toHex() and .fromHex() from the translators.
  • Provide the flickrBase58 translator by default as .b58
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc