Comparing version 2.2.0 to 2.2.1
#! /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) | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
24867
328
0