Socket
Socket
Sign inDemoInstall

@skyra/i18next-backend

Package Overview
Dependencies
Maintainers
0
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.5 to 2.0.6-next.17955d7

dist/cjs/index.cjs

29

package.json
{
"name": "@skyra/i18next-backend",
"version": "2.0.5",
"version": "2.0.6-next.17955d7",
"description": "A fast and modern filesystem-based i18next backend for Node.js.",
"author": "@skyra",
"license": "Apache-2.0",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.js",
"types": "dist/cjs/index.d.cts",
"type": "module",
"exports": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
"types": "./dist/cjs/index.d.cts",
"default": "./dist/cjs/index.cjs"
}

@@ -32,10 +32,10 @@ },

"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.6.3"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.2.3",
"@types/node": "^20.10.4",
"@favware/cliff-jumper": "^4.0.2",
"@types/node": "20.14.8",
"i18next": "^22.5.1",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
"tsup": "^8.1.0",
"typescript": "~5.4.5"
},

@@ -51,4 +51,3 @@ "repository": {

"engines": {
"node": ">=16.9.0",
"npm": ">=8.0.0"
"node": ">=18"
},

@@ -55,0 +54,0 @@ "keywords": [

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