Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

i18next-fs-backend

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18next-fs-backend - npm Package Compare versions

Comparing version 1.2.0 to 2.0.0

2

index.d.ts

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

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

@@ -39,3 +39,3 @@ "type": "module",

"expect.js": "0.3.1",
"i18next": "21.x",
"i18next": "22.0.2",
"js-yaml": "4.1.0",

@@ -45,2 +45,3 @@ "json5": "2.2.1",

"tslint": "^5.20.1",
"tsd": "0.24.1",
"typescript": "^4.8.4",

@@ -74,7 +75,10 @@ "uglify-js": "3.17.4"

"test": "npm run lint && npm run build && mocha test -R spec --exit --experimental-modules && npm run test:typescript",
"test:typescript": "tslint --project tsconfig.json",
"test:typescript": "tslint --project tsconfig.json && tsd",
"test:deno": "deno test test/deno/*.js --allow-read --allow-write --no-check",
"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