@skyra/i18next-backend
Advanced tools
Comparing version 2.0.5 to 2.0.6-next.8741937
{ | ||
"name": "@skyra/i18next-backend", | ||
"version": "2.0.5", | ||
"version": "2.0.6-next.8741937", | ||
"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.3", | ||
"@types/node": "20.14.8", | ||
"i18next": "^22.5.1", | ||
"tsup": "^8.0.1", | ||
"typescript": "^5.3.3" | ||
"tsup": "^8.2.4", | ||
"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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
35449
171
2
Updatedtslib@^2.6.3