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 2.0.2 to 2.0.3

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

# [@skyra/i18next-backend@2.0.3](https://github.com/skyra-project/archid-components/compare/@skyra/i18next-backend@2.0.2...@skyra/i18next-backend@2.0.3) - (2023-04-12)
## 🐛 Bug Fixes
- Update to TypeScript v5 & use moduleResolution node16 (#239) ([92986c1](https://github.com/skyra-project/archid-components/commit/92986c15e0ebed07efdbaf21f28915e373a738bd))
- **deps:** Update all non-major dependencies ([f9c1023](https://github.com/skyra-project/archid-components/commit/f9c1023350e16dd10a0b032925910ea040e5c1d5))
# [@skyra/i18next-backend@2.0.2](https://github.com/skyra-project/archid-components/compare/@skyra/i18next-backend@2.0.1...@skyra/i18next-backend@2.0.2) - (2023-03-25)

@@ -7,0 +14,0 @@

13

package.json
{
"name": "@skyra/i18next-backend",
"version": "2.0.2",
"version": "2.0.3",
"description": "A fast and modern filesystem-based i18next backend for Node.js.",

@@ -10,2 +10,3 @@ "author": "@skyra",

"types": "dist/index.d.ts",
"type": "commonjs",
"exports": {

@@ -31,6 +32,6 @@ "import": "./dist/index.mjs",

"@favware/cliff-jumper": "^2.0.0",
"@types/node": "^18.15.9",
"i18next": "^22.4.13",
"@types/node": "^18.15.11",
"i18next": "^22.4.14",
"tsup": "^6.7.0",
"typescript": "^4.9.5"
"typescript": "^5.0.4"
},

@@ -43,5 +44,3 @@ "repository": {

"files": [
"dist/**/*.js*",
"dist/**/*.mjs*",
"dist/**/*.d.ts"
"dist/"
],

@@ -48,0 +47,0 @@ "engines": {

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