New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

i18next-fetch-backend

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18next-fetch-backend - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

2

index.js

@@ -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",

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