New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@qualweb/locale

Package Overview
Dependencies
Maintainers
3
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qualweb/locale - npm Package Compare versions

Comparing version 0.1.14 to 0.1.15

dist/locales/nb.json

6

dist/index.js

@@ -11,6 +11,10 @@ "use strict";

const sv_json_1 = __importDefault(require("./locales/sv.json"));
const nb_json_1 = __importDefault(require("./locales/nb.json"));
const nn_json_1 = __importDefault(require("./locales/nn.json"));
const locales = {
en: en_json_1.default,
fi: fi_json_1.default,
sv: sv_json_1.default
sv: sv_json_1.default,
nb: nb_json_1.default,
nn: nn_json_1.default
};

@@ -17,0 +21,0 @@ function translateName(type, code, locale) {

9

package.json
{
"name": "@qualweb/locale",
"version": "0.1.14",
"version": "0.1.15",
"description": "Locales for @qualweb/core evaluation reports.",

@@ -14,3 +14,3 @@ "main": "dist/index.js",

"lint:fix": "eslint src --ext .ts --fix",
"format": "prettier --config .prettierrc src/**/*.ts --write",
"format": "prettier src/**/*.ts --write",
"build": "rimraf dist && tsc --build",

@@ -43,9 +43,4 @@ "prepublishOnly": "npm run build"

"@types/node": "^16.10.1",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"chai": "^4.3.4",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-sonarjs": "^0.23.0",
"mocha": "^9.1.2",

@@ -52,0 +47,0 @@ "prettier": "^3.1.0",

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