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.2.20 to 2.2.21

2

CHANGELOG.md
# Change Log
- **Last updated**: 2024-01-23T15:58:27Z
- **Last updated**: 2024-01-26T18:03:04Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -5,0 +5,0 @@

@@ -68,7 +68,4 @@ import type { Event, IClear, IIDGen, INotify, Listener } from "@thi.ng/api";

has(id: number): boolean;
/** {@inheritDoc @thi.ng/api#INotify.addListener} */
addListener(id: IDGenEventType, fn: Listener<IDGenEventType>, scope?: any): boolean;
/** {@inheritDoc @thi.ng/api#INotify.removeListener} */
removeListener(id: IDGenEventType, fn: Listener<IDGenEventType>, scope?: any): boolean;
/** {@inheritDoc @thi.ng/api#INotify.notify} */
notify(event: Event<IDGenEventType>): boolean;

@@ -75,0 +72,0 @@ protected nextVersion(id: number): number;

@@ -160,3 +160,2 @@ var __defProp = Object.defineProperty;

}
/** {@inheritDoc @thi.ng/api#INotify.addListener} */
// @ts-ignore: mixin

@@ -166,3 +165,2 @@ // prettier-ignore

}
/** {@inheritDoc @thi.ng/api#INotify.removeListener} */
// @ts-ignore: mixin

@@ -172,3 +170,2 @@ // prettier-ignore

}
/** {@inheritDoc @thi.ng/api#INotify.notify} */
// @ts-ignore: mixin

@@ -175,0 +172,0 @@ notify(event) {

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

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

"dependencies": {
"@thi.ng/api": "^8.9.17",
"@thi.ng/api": "^8.9.18",
"@thi.ng/errors": "^2.4.11",

@@ -93,3 +93,3 @@ "tslib": "^2.6.2"

},
"gitHead": "417b5a7ea7bd54a3b4f086fe0fc2ce8e8933c9b2\n"
"gitHead": "7426e2ae6fca5482c6eaf649872296fc89955374\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