@nexssp/const
Advanced tools
Comparing version 1.0.12 to 1.0.13
{ | ||
"name": "@nexssp/const", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "Global and Object constants the easy way. NEW: hidden constant.", | ||
"main": "dist/const.js", | ||
"main": "src/const.js", | ||
"files": [ | ||
"dist/const.js" | ||
"src/const.js" | ||
], | ||
@@ -37,3 +37,3 @@ "homepage": "https://nexss.com", | ||
"@nexssp/ansi": "^1.1.1", | ||
"@nexssp/stack": "^1.0.8" | ||
"@nexssp/stack": "^1.0.9" | ||
}, | ||
@@ -40,0 +40,0 @@ "funding": [ |
# @nexssp/const | ||
- **NEW 1.0.13** - function which list the defined constants: **getConstants()** | ||
- **NEW 1.0.11** - now 2 functions **nConst** and **hConst**. hConst will be hidden. So when the for example `Object.keys` will be used will not be displayed however constant is there. | ||
@@ -38,2 +39,4 @@ - **NEW 1.0.10** - now with stack display.. | ||
console.log(getConstants()); // Will display defined constants | ||
const myConfig = {}; | ||
@@ -40,0 +43,0 @@ nConst("MyObjectCONST", "My old object const", myConfig); |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
4987
36
1
60
0
Updated@nexssp/stack@^1.0.9