0.6.0 • Published 5 months ago

immutable-instance-id v0.6.0

Weekly downloads
4
License
MIT
Repository
github
Last release
5 months ago

immutable-instance-id

const instanceId = require('immutable-instance-id')

/* {
 *     id: 'af7f52d9d8f7dcfb8fda5cb15814ef61',
 *     timestamp: '2017-09-01 12:36:11.032569'
 * }
 */

Generate a random id once per process using the Random Unique Id module.

Instance Id is an object with a property id which is a 128 bit (32 char) lower case hex string and a property timestamp with is a string indicating the time that the id was generated in MySQL compatible microsecond format.

The Instance Id is stored in global.__immutable_instance_id__ and will not change even if the module file is executed multiple times.

Immutable Instance Id integrates with the Immutable App ecosystem to provide unique ids that are used for logging, debugging and testing.

0.6.0

5 months ago

0.5.0

3 years ago

0.4.1

5 years ago

0.4.0

6 years ago

0.3.18

6 years ago

0.3.17

6 years ago

0.3.16

6 years ago

0.3.15

6 years ago

0.3.14

6 years ago

0.3.13

6 years ago

0.3.12

7 years ago

0.3.11

7 years ago

0.3.10

7 years ago

0.3.9

7 years ago

0.3.8

7 years ago

0.3.7

7 years ago

0.3.6

7 years ago

0.3.5

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.16

7 years ago

0.2.15

7 years ago

0.2.14

7 years ago

0.2.13

7 years ago

0.2.12

7 years ago

0.2.11

7 years ago

0.2.10

7 years ago

0.2.9

7 years ago

0.2.8

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.20

7 years ago

0.1.19

7 years ago

0.1.18

7 years ago

0.1.17

7 years ago

0.1.16

7 years ago

0.1.15

7 years ago

0.1.14

7 years ago

0.1.13

7 years ago

0.1.12

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.1

7 years ago

0.1.0

8 years ago