Socket
Socket
Sign inDemoInstall

@skyra/i18next-backend

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skyra/i18next-backend - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

CHANGELOG.md

116

package.json
{
"name": "@skyra/i18next-backend",
"version": "0.0.2",
"description": "A filesystem-based backend for i18next",
"author": "@skyra",
"license": "Apache-2.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"sideEffects": false,
"scripts": {
"build": "tsc -b src",
"watch": "tsc -b src --watch",
"watch:types": "tsc -b src -w",
"lint": "eslint src --ext ts --fix -c ../../package.json",
"prepublishOnly": "yarn build",
"bump": "standard-version",
"changelog": "git cliff --prepend ./CHANGELOG.md -u -c ./cliff.toml -r ../../ --include-path 'packages/i18next-backend/*'"
},
"dependencies": {
"tslib": "^2.3.1"
},
"devDependencies": {
"@types/node": "*",
"i18next": "^21.6.14"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skyra-project/archid-components.git",
"directory": "packages/i18next-backend"
},
"files": [
"dist",
"!dist/*.tsbuildinfo"
],
"engines": {
"node": ">=16.9.0",
"npm": ">=8.0.0"
},
"keywords": [
"discord",
"api",
"http",
"skyra",
"typescript",
"ts",
"yarn"
],
"bugs": {
"url": "https://github.com/skyra-project/archid-components/issues"
},
"publishConfig": {
"access": "public"
}
}
"name": "@skyra/i18next-backend",
"version": "0.0.3",
"description": "A filesystem-based backend for i18next",
"author": "@skyra",
"license": "Apache-2.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
"sideEffects": false,
"scripts": {
"build": "tsc -b src",
"watch": "tsc -b src --watch",
"watch:types": "tsc -b src -w",
"lint": "eslint src --ext ts --fix -c ../../package.json",
"prepublishOnly": "yarn build",
"bump": "standard-version --no-verify",
"changelog": "git cliff --prepend ./CHANGELOG.md -l -c ./cliff.toml -r ../../ --include-path 'packages/i18next-backend/*'"
},
"dependencies": {
"tslib": "^2.3.1"
},
"devDependencies": {
"@types/node": "*",
"i18next": "^21.6.16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skyra-project/archid-components.git",
"directory": "packages/i18next-backend"
},
"files": [
"dist",
"!dist/*.tsbuildinfo"
],
"engines": {
"node": ">=16.9.0",
"npm": ">=8.0.0"
},
"keywords": [
"discord",
"api",
"http",
"skyra",
"typescript",
"ts",
"yarn"
],
"bugs": {
"url": "https://github.com/skyra-project/archid-components/issues"
},
"publishConfig": {
"access": "public"
}
}
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