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

sveltekit-i18n

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sveltekit-i18n - npm Package Compare versions

Comparing version 2.0.0-rc.6 to 2.0.0-rc.7

8

package.json
{
"name": "sveltekit-i18n",
"version": "2.0.0-rc.6",
"version": "2.0.0-rc.7",
"description": "Internationalization library for SvelteKit",

@@ -66,5 +66,5 @@ "type": "module",

"dependencies": {
"@sveltekit-i18n/base": "^1.0.0-rc",
"@sveltekit-i18n/parser-default": "^1.0.0-rc"
"@sveltekit-i18n/base": "^1.0.0-rc.8",
"@sveltekit-i18n/parser-default": "^1.0.0-rc.8"
}
}
}

@@ -93,3 +93,3 @@ [![npm version](https://badge.fury.io/js/sveltekit-i18n.svg)](https://badge.fury.io/js/sveltekit-i18n) ![](https://github.com/sveltekit-i18n/lib/workflows/Tests/badge.svg)

await loadTranslations(initLocale, pathname);
await loadTranslations(initLocale, pathname); // keep this just before the `return`

@@ -96,0 +96,0 @@ return {};

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