artibot-localizer
Advanced tools
Comparing version 1.0.2 to 2.0.0
{ | ||
"name": "artibot-localizer", | ||
"version": "1.0.2", | ||
"version": "2.0.0", | ||
"description": "Small and simple localization module for the Artibot project", | ||
"main": "localizer.js", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "npx -p typescript tsc localizer.js --declaration --allowJs --emitDeclarationOnly --outDir types" | ||
"prepublish": "tsc", | ||
"test": "node --loader ts-node/esm testing.ts" | ||
}, | ||
@@ -38,3 +39,8 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/Artivain/artibot-localizer#readme" | ||
"homepage": "https://github.com/Artivain/artibot-localizer#readme", | ||
"devDependencies": { | ||
"@types/node": "^18.6.2", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.7.4" | ||
} | ||
} |
# artibot-localizer | ||
[![CodeFactor](https://www.codefactor.io/repository/github/artivain/artibot-localizer/badge)](https://www.codefactor.io/repository/github/artivain/artibot-localizer) | ||
Small and simple localization module for the Artibot project | ||
Yes, this is commonjs only. It has been made for the [Artibot](https://github.com/Artivain/artibot) project, which is in commonjs. | ||
Maybe esm could be added in future but anyway I doubt anyone will use this module other than for Artibot. | ||
Maybe esm could be added in future but anyway I doubt anyone will use this module other than for Artibot. |
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
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 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
19619
13
352
0
9
3
1