i18next-fetch-backend
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -6,5 +6,5 @@ const defaults = { | ||
allowMultiLoading: false, | ||
fetch: typeof fetch !== 'undefined' ? fetch : undefined, | ||
parse: JSON.parse, | ||
stringify: JSON.stringify, | ||
fetch, | ||
requestOptions: {}, | ||
@@ -11,0 +11,0 @@ }; |
{ | ||
"name": "i18next-fetch-backend", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "backend layer for i18next using browsers fetch", | ||
@@ -44,3 +44,3 @@ "engines": { | ||
"dirname-filename-esm": "^1.1.1", | ||
"eslint": "^8.16.0", | ||
"eslint": "^8.17.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
@@ -50,6 +50,6 @@ "eslint-plugin-eslint-comments": "^3.2.0", | ||
"eslint-plugin-mocha": "^10.0.5", | ||
"eslint-plugin-n": "^15.2.1", | ||
"eslint-plugin-n": "^15.2.2", | ||
"eslint-plugin-unicorn": "^42.0.0", | ||
"finalhandler": "^1.2.0", | ||
"i18next": "^21.8.5", | ||
"i18next": "^21.8.9", | ||
"isomorphic-fetch": "^3.0.0", | ||
@@ -56,0 +56,0 @@ "mocha": "^10.0.0", |
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
10497