Socket
Socket
Sign inDemoInstall

@skyra/i18next-backend

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skyra/i18next-backend - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # Changelog

# [@skyra/i18next-backend@0.1.2](https://github.com/skyra-project/archid-components/compare/@skyra/i18next-backend@0.1.1...@skyra/i18next-backend@0.1.2) - (2022-04-27)
## Bug Fixes
- Resolved i18n loader bugs (#61) ([a7d2806](https://github.com/skyra-project/archid-components/commit/a7d28063c705a3e0cf6111140a63622f4a104055))
# [@skyra/i18next-backend@0.1.1](https://github.com/skyra-project/archid-components/compare/@skyra/i18next-backend@0.1.0...@skyra/i18next-backend@0.1.1) - (2022-04-24)

@@ -7,0 +13,0 @@

2

dist/index.js

@@ -84,3 +84,3 @@ "use strict";

path = (0, node_url_1.fileURLToPath)(path);
return path.replace(/\{\{(?:lng|ns)\}\}/, (match) => (match === '{{lng}}' ? language : namespace));
return path.replaceAll(/\{\{(?:lng|ns)\}\}/g, (match) => (match === '{{lng}}' ? language : namespace));
}

@@ -87,0 +87,0 @@ }

{
"name": "@skyra/i18next-backend",
"version": "0.1.1",
"version": "0.1.2",
"description": "A filesystem-based backend for i18next",

@@ -5,0 +5,0 @@ "author": "@skyra",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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