aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/uid-safe/HISTORY.md
diff options
context:
space:
mode:
authorpack <pack@packgekko.xyz>2026-08-09 10:54:08 +0000
committerpack <pack@packgekko.xyz>2026-08-09 10:54:08 +0000
commitd3adc16a08d95d6e331de55d7d3bf05a66a874a8 (patch)
treea2dabd199501e67c547c2ce79e1374ca3aa55443 /node_modules/uid-safe/HISTORY.md
parent55a4f1fc869e41aca748c63d3018f0448b1606e0 (diff)
downloadcrud-d3adc16a08d95d6e331de55d7d3bf05a66a874a8.tar.gz
stop tracking node_modules/
Diffstat (limited to 'node_modules/uid-safe/HISTORY.md')
-rw-r--r--node_modules/uid-safe/HISTORY.md61
1 files changed, 0 insertions, 61 deletions
diff --git a/node_modules/uid-safe/HISTORY.md b/node_modules/uid-safe/HISTORY.md
deleted file mode 100644
index 3ec249f..0000000
--- a/node_modules/uid-safe/HISTORY.md
+++ /dev/null
@@ -1,61 +0,0 @@
-2.1.5 / 2017-08-02
-==================
-
- * perf: remove only trailing `=`
-
-2.1.4 / 2017-03-02
-==================
-
- * Remove `base64-url` dependency
-
-2.1.3 / 2016-10-30
-==================
-
- * deps: base64-url@1.3.3
-
-2.1.2 / 2016-08-15
-==================
-
- * deps: base64-url@1.3.2
-
-2.1.1 / 2016-05-04
-==================
-
- * deps: base64-url@1.2.2
-
-2.1.0 / 2016-01-17
-==================
-
- * Use `random-bytes` for byte source
-
-2.0.0 / 2015-05-08
-==================
-
- * Use global `Promise` when returning a promise
-
-1.1.0 / 2015-02-01
-==================
-
- * Use `crypto.randomBytes`, if available
- * deps: base64-url@1.2.1
-
-1.0.3 / 2015-01-31
-==================
-
- * Fix error branch that would throw
- * deps: base64-url@1.2.0
-
-1.0.2 / 2015-01-08
-==================
-
- * Remove dependency on `mz`
-
-1.0.1 / 2014-06-18
-==================
-
- * Remove direct `bluebird` dependency
-
-1.0.0 / 2014-06-18
-==================
-
- * Initial release