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

ulid

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ulid - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

4

bin/cli.js
#! /usr/bin/env node
const ulid = require('./dist/ulid.umd.js')
console.log(ulid())
var ULID = require('../lib/index.umd.js')
process.stdout.write(ULID.ulid())
{
"name": "ulid",
"version": "2.2.0",
"version": "2.2.1",
"description": "A universally-unique, lexicographically-sortable, identifier generator",

@@ -5,0 +5,0 @@ "main": "./lib/index.umd.js",

@@ -164,2 +164,3 @@ <h1 align="center">

| [D](https://github.com/enckse/ulid) | [enckse](https://github.com/enckse) |
| [D (dub)](https://code.dlang.org/packages/ulid-d) | [extrawurst](https://github.com/Extrawurst)
| [Erlang](https://github.com/savonarola/ulid) | [savonarola](https://github.com/savonarola) |

@@ -166,0 +167,0 @@ | [Elixir](https://github.com/merongivian/ulid) | [merongivian](https://github.com/merongivian) |

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