@idigi/events
Advanced tools
Comparing version 1.0.4 to 1.0.5
19
index.js
@@ -221,20 +221,3 @@ import lodash from "lodash"; | ||
} | ||
Events._public = [ | ||
"CLASS", | ||
"version", | ||
"colors", | ||
"statuses", | ||
"info", | ||
"i18n", | ||
"name", | ||
"slug", | ||
"position", | ||
"emoji", | ||
"icon", | ||
"pic", | ||
"desc", | ||
"type", | ||
"kind", | ||
"dates", | ||
]; | ||
export default Events; | ||
module.exports = exports.default; |
{ | ||
"name": "@idigi/events", | ||
"version": "1.0.4", | ||
"main": "index.js", | ||
"version": "1.0.5", | ||
"main": "./index.js", | ||
"type": "module", | ||
@@ -10,7 +10,2 @@ "author": { | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"dev": "concurrently -k -n \"Typescript.Node\" -p \"[{name}]\" -c \"blue.green\" \"tsc --watch\" \"nodemon dist/index.js\"", | ||
"build": "tsc" | ||
}, | ||
"keywords": [ | ||
@@ -17,0 +12,0 @@ "async", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
1
0
6439
221