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

@thi.ng/idgen

Package Overview
Dependencies
Maintainers
1
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/idgen - npm Package Compare versions

Comparing version 2.1.18 to 2.1.19

8

CHANGELOG.md
# Change Log
- **Last updated**: 2022-11-23T22:46:54Z
- **Last updated**: 2022-11-28T13:36:49Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -12,2 +12,8 @@

### [2.1.19](https://github.com/thi-ng/umbrella/tree/@thi.ng/idgen@2.1.19) (2022-11-28)
#### ♻️ Refactoring
- update INotify.notify() signature ([b70eebe](https://github.com/thi-ng/umbrella/commit/b70eebe))
## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/idgen@2.1.0) (2021-11-17)

@@ -14,0 +20,0 @@

2

index.d.ts

@@ -74,3 +74,3 @@ import type { Event, IClear, INotify, Listener } from "@thi.ng/api";

/** {@inheritDoc @thi.ng/api#INotify.notify} */
notify(event: Event): void;
notify(event: Event): boolean;
protected nextVersion(id: number): number;

@@ -77,0 +77,0 @@ }

{
"name": "@thi.ng/idgen",
"version": "2.1.18",
"version": "2.1.19",
"description": "Generator of opaque numeric identifiers with optional support for ID versioning and efficient re-use",

@@ -37,3 +37,3 @@ "type": "module",

"dependencies": {
"@thi.ng/api": "^8.4.6",
"@thi.ng/api": "^8.5.0",
"@thi.ng/errors": "^2.2.4",

@@ -81,3 +81,3 @@ "tslib": "^2.4.1"

},
"gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n"
"gitHead": "75ec32ff7f1b7b5e72e7a04ace24732cd5d6c774\n"
}
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