Socket
Socket
Sign inDemoInstall

number-allocator

Package Overview
Dependencies
4
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

4

CHANGELOG.md

@@ -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"

6

README.md
# 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.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc