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

nuid

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuid - npm Package Compare versions

Comparing version 0.6.12 to 0.6.14

4

lib/nuid.js

@@ -19,3 +19,3 @@ /*!

*/
var VERSION = '0.6.10',
var VERSION = '0.6.14',
digits = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ',

@@ -105,4 +105,4 @@ base = 36,

this.setPre();
this.initSeqAndInc();
}
this.initSeqAndInc();
this.fillSeq();

@@ -109,0 +109,0 @@ return (this.buf.toString('ascii'));

{
"name": "nuid",
"version": "0.6.12",
"version": "0.6.14",
"description": "NUID - A highly performant unique identifier generator.",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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