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

@payloadcms/translations

Package Overview
Dependencies
Maintainers
9
Versions
356
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@payloadcms/translations - npm Package Compare versions

Comparing version 3.0.0-beta.127 to 3.0.0-beta.128

license.md

10

dist/types.d.ts

@@ -78,10 +78,10 @@ import type { Locale } from 'date-fns';

export type InitI18n = ((args: {
config: I18nOptions;
context: 'api';
language: AcceptedLanguages;
}) => Promise<I18n>) | ((args: {
config: I18nOptions<ClientTranslationsObject>;
context: 'client';
language: AcceptedLanguages;
}) => Promise<I18n<ClientTranslationsObject, ClientTranslationKeys>>) | ((args: {
config: I18nOptions;
context: 'api';
language: AcceptedLanguages;
}) => Promise<I18n>);
}) => Promise<I18n<ClientTranslationsObject, ClientTranslationKeys>>);
export type LanguagePreference = {

@@ -88,0 +88,0 @@ language: AcceptedLanguages;

{
"name": "@payloadcms/translations",
"version": "3.0.0-beta.127",
"version": "3.0.0-beta.128",
"homepage": "https://payloadcms.com",

@@ -10,2 +10,11 @@ "repository": {

},
"license": "MIT",
"author": "Payload <dev@payloadcms.com> (https://payloadcms.com)",
"maintainers": [
{
"name": "Payload",
"email": "info@payloadcms.com",
"url": "https://payloadcms.com"
}
],
"type": "module",

@@ -12,0 +21,0 @@ "exports": {

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