number-allocator
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -0,1 +1,5 @@ | ||
## 1.0.6 | ||
- Fixed document. | ||
- Added keywords. | ||
## 1.0.5 | ||
@@ -2,0 +6,0 @@ - Added debug logs. |
{ | ||
"name": "number-allocator", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A library for the unique number allocator", | ||
@@ -28,2 +28,9 @@ "main": "index.js", | ||
"license": "MIT", | ||
"keywords": [ | ||
"unique", | ||
"number", | ||
"id", | ||
"value", | ||
"allocator" | ||
], | ||
"bugs": { | ||
@@ -30,0 +37,0 @@ "url": "https://github.com/redboltz/number-allocator/issues" |
# Unique number allocator for JavaScript. | ||
Version 1.0.5 [![number-allocator CI](https://github.com/redboltz/number-allocator/workflows/number-allocator%20CI/badge.svg)](https://github.com/redboltz/number-allocator/actions) [![codecov](https://codecov.io/gh/redboltz/number-allocator/branch/master/graph/badge.svg)](https://codecov.io/gh/redboltz/number-allocator) | ||
Version 1.0.6 [![number-allocator CI](https://github.com/redboltz/number-allocator/workflows/number-allocator%20CI/badge.svg)](https://github.com/redboltz/number-allocator/actions) [![codecov](https://codecov.io/gh/redboltz/number-allocator/branch/master/graph/badge.svg)](https://codecov.io/gh/redboltz/number-allocator) | ||
@@ -161,3 +161,3 @@ ## How to use | ||
When `free(1) is called. the interval is inseted. | ||
When `free(1)` is called. the interval is inseted. | ||
@@ -169,3 +169,3 @@ ``` | ||
When `free(2) is called. the interval is inseted. | ||
When `free(2)` is called. the interval is inseted. | ||
@@ -172,0 +172,0 @@ And check the left and right intervals. If they are continuours, then concatinate to them. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28410