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

@thi.ng/ksuid

Package Overview
Dependencies
Maintainers
1
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/ksuid - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/ksuid@1.0.3...@thi.ng/ksuid@1.0.4) (2021-08-17)
**Note:** Version bump only for package @thi.ng/ksuid
## [1.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/ksuid@1.0.2...@thi.ng/ksuid@1.0.3) (2021-08-08)

@@ -8,0 +16,0 @@

11

package.json
{
"name": "@thi.ng/ksuid",
"version": "1.0.3",
"version": "1.0.4",
"description": "Configurable K-sortable unique IDs, ULIDs, binary & base-N encoded, 32/48/64bit time resolutions",

@@ -43,5 +43,5 @@ "module": "./index.js",

"@thi.ng/api": "^7.1.9",
"@thi.ng/base-n": "^1.0.3",
"@thi.ng/random": "^2.4.6",
"@thi.ng/strings": "^2.1.5"
"@thi.ng/base-n": "^1.0.4",
"@thi.ng/random": "^2.4.7",
"@thi.ng/strings": "^2.1.6"
},

@@ -82,2 +82,3 @@ "files": [

"base-n",
"idgen",
"random"

@@ -88,3 +89,3 @@ ],

},
"gitHead": "538019e9d8ca6c5fee4754af93ad454c0674dc72"
"gitHead": "3365151f112c39f224541f5ac4cedf3370eb9ba4"
}

@@ -64,2 +64,3 @@ <!-- This file is generated - DO NOT EDIT! -->

- [@thi.ng/base-n](https://github.com/thi-ng/umbrella/tree/develop/packages/base-n) - Arbitrary base-n conversions w/ presets for base16/32/36/58/62/64/85, support for arrays & bigints
- [@thi.ng/idgen](https://github.com/thi-ng/umbrella/tree/develop/packages/idgen) - Generator of opaque numeric identifiers with optional support for ID versioning and efficient re-use
- [@thi.ng/random](https://github.com/thi-ng/umbrella/tree/develop/packages/random) - Pseudo-random number generators w/ unified API, distributions, weighted choices, ID generation

@@ -66,0 +67,0 @@

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