global-const
Advanced tools
Comparing version 0.1.0 to 0.1.2
{ | ||
"name": "global-const", | ||
"version": "0.1.0", | ||
"version": "0.1.2", | ||
"description": "A lightweight utility to create global singletons (on browser and node)", | ||
@@ -10,3 +10,8 @@ "keywords": [ | ||
"state", | ||
"instance" | ||
"instance", | ||
"global function", | ||
"global object", | ||
"singleton function", | ||
"singleton object", | ||
"reference" | ||
], | ||
@@ -13,0 +18,0 @@ "main": "dist/lib.js", |
@@ -1,3 +0,2 @@ | ||
![Build](https://github.com/cajames/global-const/workflows/Build%20and%20Test/badge.svg) | ||
[![Coverage Status](https://coveralls.io/repos/github/cajames/global-const/badge.svg?branch=master)](https://coveralls.io/github/cajames/global-const?branch=master) | ||
![Build](https://github.com/cajames/global-const/workflows/Build%20and%20Test/badge.svg)[![Coverage Status](https://coveralls.io/repos/github/cajames/global-const/badge.svg?branch=main)](https://coveralls.io/github/cajames/global-const?branch=main) | ||
@@ -4,0 +3,0 @@ > A lightweight utility to create global singletons (on browser and node) |
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
9366
84