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
1
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 0.1.0 to 1.0.0

dist/.tern-port

26

package.json
{
"name": "i18next-fetch-backend",
"version": "0.1.0",
"version": "1.0.0",
"description": "backend layer for i18next using browsers fetch",
"main": "lib/index.js",
"main": "dist/i18next-fetch-backend.cjs.js",
"module": "dist/i18next-fetch-backend.esm.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src/",
"build": "babel -d lib src",
"build": "rollup -c",
"prepare": "npm run lint && npm run build"
},
"files": [
"lib"
"dist"
],

@@ -30,11 +31,16 @@ "repository": {

"dependencies": {
"i18next-xhr-backend": "^1.4.3"
"i18next-xhr-backend": "^1.5.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"eslint": "^4.7.2",
"eslint-config-airbnb-base": "^12.0.1",
"eslint-plugin-import": "^2.7.0"
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"eslint": "^5.7.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"rollup": "^0.66.6",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^3.4.0"
}
}
# Introduction
[![Greenkeeper badge](https://badges.greenkeeper.io/perrin4869/i18next-fetch-backend.svg?style=flat-square)](https://greenkeeper.io/)
[![Travis](https://img.shields.io/travis/perrin4869/i18next-fetch-backend/master.svg?style=flat-square)](https://travis-ci.org/perrin4869/i18next-fetch-backend)

@@ -17,2 +18,5 @@ [![npm version](https://img.shields.io/npm/v/i18next-fetch-backend.svg?style=flat-square)](https://www.npmjs.com/package/i18next-fetch-backend)

$ npm install --save i18next-fetch-backend
# bower
$ bower install --save i18next-fetch-backend
```

@@ -19,0 +23,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