@quenty/symbol
Advanced tools
Comparing version 0.0.0 to 1.0.0
{ | ||
"name": "@quenty/symbol", | ||
"version": "0.0.0", | ||
"version": "1.0.0", | ||
"description": "Unique symbol implementation for Roblox", | ||
@@ -20,3 +20,2 @@ "keywords": [ | ||
}, | ||
"dependencies": {}, | ||
"bugs": { | ||
@@ -27,3 +26,4 @@ "url": "https://github.com/Quenty/NevermoreEngine/issues" | ||
"access": "public" | ||
} | ||
}, | ||
"gitHead": "a896087482f9a7f16f32b36e7b449fab6299d37a" | ||
} |
## Symbol | ||
<div align="center"> | ||
<a href="http://quenty.github.io/api/"> | ||
<img src="https://img.shields.io/badge/docs-website-green.svg" alt="Documentation" /> | ||
</a> | ||
<a href="https://discord.gg/mhtGUS8"> | ||
<img src="https://img.shields.io/badge/discord-nevermore-blue.svg" alt="Discord" /> | ||
</a> | ||
<a href="https://github.com/Quenty/NevermoreEngine/actions"> | ||
<img src="https://github.com/Quenty/NevermoreEngine/workflows/luacheck/badge.svg" alt="Actions Status" /> | ||
</a> | ||
</div> | ||
A 'Symbol' is an opaque marker type. | ||
## Installation | ||
``` | ||
npm install @quenty/symbol --save | ||
``` | ||
Symbols have the type 'userdata', but when printed to the console, the name of the symbol is shown. | ||
## Changelog | ||
### 1.0.0 | ||
Initial release | ||
### 0.0.1 | ||
Added documentation | ||
### 0.0.0 | ||
Initial commit |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3162
5
1
32