i18next-fetch-backend
Advanced tools
Comparing version 4.1.2 to 5.0.0
{ | ||
"name": "i18next-fetch-backend", | ||
"version": "4.1.2", | ||
"version": "5.0.0", | ||
"description": "backend layer for i18next using browsers fetch", | ||
"main": "dist/cjs/index.cjs", | ||
"module": "dist/mjs/index.js", | ||
"engines": { | ||
"node": ">=14" | ||
}, | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"import": "./dist/mjs/index.js", | ||
"require": "./dist/cjs/index.cjs", | ||
"umd": "./dist/umd/index.js", | ||
"types": "./index.d.ts" | ||
"types": "./index.d.ts", | ||
"import": "./index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"type": "module", | ||
"typings": "./index.d.ts", | ||
@@ -21,8 +20,6 @@ "scripts": { | ||
"lint": "eslint --cache .", | ||
"build": "rollup -c", | ||
"cover": "c8 npm test", | ||
"prepare": "npm run build" | ||
"cover": "c8 npm test" | ||
}, | ||
"files": [ | ||
"dist", | ||
"index.js", | ||
"index.d.ts" | ||
@@ -45,19 +42,18 @@ ], | ||
"devDependencies": { | ||
"@babel/core": "^7.17.9", | ||
"@babel/preset-env": "^7.16.11", | ||
"@rollup/plugin-babel": "^5.3.1", | ||
"c8": "^7.11.2", | ||
"c8": "^7.11.3", | ||
"chai": "^4.3.6", | ||
"dirname-filename-esm": "^1.1.1", | ||
"eslint": "^8.13.0", | ||
"eslint": "^8.16.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-plugin-eslint-comments": "^3.2.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-mocha": "^10.0.4", | ||
"eslint-plugin-mocha": "^10.0.5", | ||
"eslint-plugin-n": "^15.2.1", | ||
"eslint-plugin-unicorn": "^42.0.0", | ||
"finalhandler": "^1.2.0", | ||
"i18next": "^21.6.16", | ||
"i18next": "^21.8.5", | ||
"isomorphic-fetch": "^3.0.0", | ||
"mocha": "^9.2.2", | ||
"rollup": "^2.70.2", | ||
"mocha": "^10.0.0", | ||
"serve-static": "^1.15.0" | ||
} | ||
} |
@@ -6,4 +6,2 @@ # Introduction | ||
[![Coverage Status][coveralls-badge]][coveralls] | ||
[![Dependency Status][dependency-status-badge]][dependency-status] | ||
[![devDependency Status][dev-dependency-status-badge]][dev-dependency-status] | ||
@@ -147,7 +145,1 @@ This is a simple i18next backend to be used in the browser. It will load resources from a backend server using the [fetch](https://developer.mozilla.org/en/docs/Web/API/Fetch_API) API. | ||
[coveralls]: https://coveralls.io/r/dotcore64/i18next-fetch-backend | ||
[dependency-status-badge]: https://david-dm.org/dotcore64/i18next-fetch-backend.svg?style=flat-square | ||
[dependency-status]: https://david-dm.org/dotcore64/i18next-fetch-backend | ||
[dev-dependency-status-badge]: https://david-dm.org/dotcore64/i18next-fetch-backend/dev-status.svg?style=flat-square | ||
[dev-dependency-status]: https://david-dm.org/dotcore64/i18next-fetch-backend#info=devDependencies |
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
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
15
4
10447
5
127
144