Socket
Socket
Sign inDemoInstall

angular-i18next

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-i18next - npm Package Compare versions

Comparing version 10.2.0-0 to 10.2.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# [10.2.0](https://github.com/Romanchuk/angular-i18next/compare/v10.2.0-0...v10.2.0) (2021-05-12)
# [10.2.0-0](https://github.com/Romanchuk/angular-i18next/compare/v10.1.0...v10.2.0-0) (2021-05-12)

@@ -2,0 +6,0 @@

2

package.json
{
"name": "angular-i18next",
"version": "10.2.0-0",
"version": "10.2.0",
"np": {

@@ -5,0 +5,0 @@ "contents": "dist"

@@ -303,11 +303,9 @@ [![npm version](https://badge.fury.io/js/angular-i18next.svg)](https://badge.fury.io/js/angular-i18next)

import { I18NextModule, ITranslationService, I18NEXT_SERVICE } from 'angular-i18next';
import Backend from 'i18next-xhr-backend';
// import Backend from 'i18next-xhr-backend'; //for i18next < 20.0.0
import HttpApi from 'i18next-http-backend';
import LanguageDetector from 'i18next-browser-languagedetector';
// For older i18next plugin versions
// import * as Backend from 'i18next-xhr-backend';
// import * as LanguageDetector from 'i18next-browser-languagedetector';
...
i18next.use(Backend)
i18next.use(HttpApi)
.use(LanguageDetector)

@@ -314,0 +312,0 @@ .init(i18nextOptions)

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