Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

artibot-localizer

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

artibot-localizer - npm Package Compare versions

Comparing version 1.0.2 to 2.0.0

.github/dependabot.yml

16

package.json
{
"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.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc