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

i18next-browser-languagedetector

Package Overview
Dependencies
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18next-browser-languagedetector - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

11

CHANGELOG.md

@@ -0,1 +1,12 @@

### 4.0.1
- typescript: Use updated ts export default from i18next [194](https://github.com/i18next/i18next-browser-languageDetector/pull/194)
### 4.0.0
- removes deprecated jsnext:main from package.json
- Bundle all entry points with rollup bringing it up to same standard as [xhr-backend](https://github.com/i18next/i18next-xhr-backend/pull/314)
- **note:** dist/es -> dist/esm, dist/commonjs -> dist/cjs (individual files -> one bundled file)
- removes bower finally
### v3.1.1

@@ -2,0 +13,0 @@

4

dist/umd/i18nextBrowserLanguageDetector.js

@@ -5,3 +5,3 @@ (function (global, factory) {

(global = global || self, global.i18nextBrowserLanguageDetector = factory());
}(this, function () { 'use strict';
}(this, (function () { 'use strict';

@@ -348,2 +348,2 @@ function _classCallCheck(instance, Constructor) {

}));
})));

@@ -5,3 +5,3 @@ (function (global, factory) {

(global = global || self, global.i18nextBrowserLanguageDetector = factory());
}(this, function () { 'use strict';
}(this, (function () { 'use strict';

@@ -348,2 +348,2 @@ function _classCallCheck(instance, Constructor) {

}));
})));
{
"name": "i18next-browser-languagedetector",
"version": "4.0.0",
"version": "4.0.1",
"description": "language detector used in browser environment for i18next",

@@ -36,3 +36,3 @@ "main": "./dist/cjs/i18nextBrowserLanguageDetector.js",

"eslint-config-airbnb": "17.1.1",
"i18next": "^17.0.9",
"i18next": "^19.0.0",
"mkdirp": "0.5.1",

@@ -39,0 +39,0 @@ "rimraf": "2.6.3",

@@ -7,5 +7,3 @@ {

"allowSyntheticDefaultImports": false
},
"include": ["./test/typescript/nonEsModuleInterop/**/*.ts"],
"exclude": []
}
}
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