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

remix-i18next

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remix-i18next - npm Package Compare versions

Comparing version 2.1.4 to 2.1.5

3

package.json
{
"name": "remix-i18next",
"version": "2.1.4",
"version": "2.1.5",
"description": "The easiest way to translate your Remix apps",
"license": "MIT",
"sideEffects": false,
"browser": {

@@ -7,0 +8,0 @@ "./build": "./browser",

@@ -124,3 +124,3 @@ # remix-i18next

export let loader: LoaderFunction = async (request) => {
export let loader: LoaderFunction = async ({ request }) => {
let locale = await i18n.getLocale(request);

@@ -127,0 +127,0 @@ return json({ locale });

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