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
149
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 2.0.6 to 2.0.7

86

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

## [2.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/ksuid@2.0.5...@thi.ng/ksuid@2.0.6) (2021-10-28)
## [2.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/ksuid@2.0.6...@thi.ng/ksuid@2.0.7) (2021-11-03)

@@ -15,42 +15,2 @@ **Note:** Version bump only for package @thi.ng/ksuid

## [2.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/ksuid@2.0.4...@thi.ng/ksuid@2.0.5) (2021-10-28)
**Note:** Version bump only for package @thi.ng/ksuid
## [2.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/ksuid@2.0.3...@thi.ng/ksuid@2.0.4) (2021-10-25)
**Note:** Version bump only for package @thi.ng/ksuid
## [2.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/ksuid@2.0.2...@thi.ng/ksuid@2.0.3) (2021-10-15)
**Note:** Version bump only for package @thi.ng/ksuid
## [2.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/ksuid@2.0.1...@thi.ng/ksuid@2.0.2) (2021-10-15)
**Note:** Version bump only for package @thi.ng/ksuid
## [2.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/ksuid@2.0.0...@thi.ng/ksuid@2.0.1) (2021-10-13)
**Note:** Version bump only for package @thi.ng/ksuid
# [2.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/ksuid@1.0.6...@thi.ng/ksuid@2.0.0) (2021-10-12)

@@ -90,43 +50,43 @@

## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/ksuid@1.0.4...@thi.ng/ksuid@1.0.5) (2021-08-24)
## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/ksuid@1.0.4...@thi.ng/ksuid@1.0.5) (2021-08-24)
**Note:** Version bump only for package @thi.ng/ksuid
**Note:** Version bump only for package @thi.ng/ksuid
# [0.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/ksuid@0.3.0...@thi.ng/ksuid@0.4.0) (2021-08-07)
# [0.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/ksuid@0.3.0...@thi.ng/ksuid@0.4.0) (2021-08-07)
### Features
### Features
- **ksuid:** add ULID impl, update IKSUID & tests ([566846b](https://github.com/thi-ng/umbrella/commit/566846b7cfa735f15d07b25e4514fa3ee540adbf))
- **ksuid:** add ULID impl, update IKSUID & tests ([566846b](https://github.com/thi-ng/umbrella/commit/566846b7cfa735f15d07b25e4514fa3ee540adbf))
# [0.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/ksuid@0.2.6...@thi.ng/ksuid@0.3.0) (2021-08-07)
# [0.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/ksuid@0.2.6...@thi.ng/ksuid@0.3.0) (2021-08-07)
### Code Refactoring
### Code Refactoring
- **ksuid:** extract IKSUID, update impls, docs ([1276c94](https://github.com/thi-ng/umbrella/commit/1276c940d6e7b584d90eb871261ff6a28352de4f))
- **ksuid:** extract IKSUID, update impls, docs ([1276c94](https://github.com/thi-ng/umbrella/commit/1276c940d6e7b584d90eb871261ff6a28352de4f))
### Features
### Features
- **ksuid:** pkg restructure, add 64bit version ([9c40b20](https://github.com/thi-ng/umbrella/commit/9c40b2053afb9067723bfb0377e5e3ea2a38c52a))
- **ksuid:** pkg restructure, add 64bit version ([9c40b20](https://github.com/thi-ng/umbrella/commit/9c40b2053afb9067723bfb0377e5e3ea2a38c52a))
### BREAKING CHANGES
### BREAKING CHANGES
- **ksuid:** Rename KSUID => KSUID32 / defKSUID32()
- update readme
- update tests
- update pkg meta
- **ksuid:** Rename KSUID => KSUID32 / defKSUID32()
- update readme
- update tests
- update pkg meta
# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/ksuid@0.1.10...@thi.ng/ksuid@0.2.0) (2021-03-28)
# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/ksuid@0.1.10...@thi.ng/ksuid@0.2.0) (2021-03-28)
### Features
### Features
- **ksuid:** add .parse() & .timeOnly() ([80a0f70](https://github.com/thi-ng/umbrella/commit/80a0f70a2593af1c4e77a33dd3f98e36d9231c1c))
- **ksuid:** add .parse() & .timeOnly() ([80a0f70](https://github.com/thi-ng/umbrella/commit/80a0f70a2593af1c4e77a33dd3f98e36d9231c1c))
# 0.1.0 (2021-01-13)
# 0.1.0 (2021-01-13)
### Features
### Features
- **ksuid:** import as new pkg ([67a2e61](https://github.com/thi-ng/umbrella/commit/67a2e611a52ecd8870b43848e95d457f63185428))
- **ksuid:** import as new pkg ([67a2e61](https://github.com/thi-ng/umbrella/commit/67a2e611a52ecd8870b43848e95d457f63185428))
### Performance Improvements
### Performance Improvements
- **ksuid:** add benchmarks ([aace41c](https://github.com/thi-ng/umbrella/commit/aace41ce8ec0864d38a27d9b0461b705e9e122dc))
{
"name": "@thi.ng/ksuid",
"version": "2.0.6",
"version": "2.0.7",
"description": "Configurable K-sortable unique IDs, ULIDs, binary & base-N encoded, 32/48/64bit time resolutions",

@@ -40,4 +40,4 @@ "type": "module",

"@thi.ng/errors": "^2.0.6",
"@thi.ng/random": "^3.1.2",
"@thi.ng/strings": "^3.1.2"
"@thi.ng/random": "^3.1.3",
"@thi.ng/strings": "^3.1.3"
},

@@ -108,3 +108,3 @@ "devDependencies": {

},
"gitHead": "c17a556ad25f6882dfa8f806a1d9e8ed7ac7cd71"
"gitHead": "852cd2450617c86d15d18477dc634f17f04202eb"
}
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