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

@thi.ng/idgen

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/idgen - npm Package Compare versions

Comparing version 0.2.14 to 0.2.15

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

## [0.2.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/idgen@0.2.14...@thi.ng/idgen@0.2.15) (2020-06-14)
**Note:** Version bump only for package @thi.ng/idgen
## [0.2.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/idgen@0.2.13...@thi.ng/idgen@0.2.14) (2020-06-01)

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

import { __decorate } from "tslib";
import { assert, INotifyMixin } from "@thi.ng/api";
import { assert, INotifyMixin, } from "@thi.ng/api";
export const EVENT_ADDED = "added";

@@ -4,0 +4,0 @@ export const EVENT_REMOVED = "removed";

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

@@ -46,3 +46,3 @@ "module": "./index.js",

"dependencies": {
"@thi.ng/api": "^6.11.0",
"@thi.ng/api": "^6.11.1",
"tslib": "^1.12.0"

@@ -71,3 +71,3 @@ },

},
"gitHead": "a25c4eed5fba2c7d1fddb02dd706bae534affc93"
"gitHead": "ddf9b8b67d3d60bcca88143528ee33b843cc089e"
}