Huge News!Announcing our $40M Series B led by Abstract Ventures.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 4.1.2 to 5.0.0

index.js

38

package.json
{
"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
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