Socket
Socket
Sign inDemoInstall

i18next-http-backend

Package Overview
Dependencies
Maintainers
2
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18next-http-backend - npm Package Compare versions

Comparing version 1.4.5 to 2.0.0

tslint.json

2

index.d.ts

@@ -126,5 +126,5 @@ import { BackendModule, MultiReadCallback, ReadCallback } from "i18next";

declare module "i18next" {
interface PluginOptions {
interface CustomPluginOptions {
backend?: BackendOptions;
}
}
{
"name": "i18next-http-backend",
"version": "1.4.5",
"version": "2.0.0",
"private": false,

@@ -34,2 +34,3 @@ "type": "module",

"browserify": "17.0.0",
"dtslint": "4.2.1",
"eslint": "8.26.0",

@@ -47,2 +48,5 @@ "eslint-config-standard": "17.0.0",

"mocha": "10.1.0",
"tslint": "5.20.1",
"tsd": "0.24.1",
"typescript": "4.8.4",
"uglify-js": "3.17.4",

@@ -75,7 +79,11 @@ "xmlhttprequest": "1.8.0"

"test:fetch": "mocha test -R spec --exit --experimental-modules",
"test": "npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq",
"test": "npm run lint && npm run build && npm run test:fetch && npm run test:xmlhttpreq && npm run test:typescript",
"test:typescript": "tslint --project tsconfig.json && tsd",
"test:deno": "deno test --allow-net test/deno/*.js",
"preversion": "npm run test && npm run build && git push",
"postversion": "git push && git push --tags"
},
"tsd": {
"directory": "test/typescript"
}
}
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