New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@webiny/i18n

Package Overview
Dependencies
Maintainers
0
Versions
564
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webiny/i18n - npm Package Compare versions

Comparing version 5.40.5 to 5.41.0-dbt.0

2

I18n.d.ts
import { Formats, I18NDataValues, Modifier, NumberFormat, PriceFormat, Processor, ProcessorResult, Translations, Translator } from "./types";
export declare type Translated = ((values: I18NDataValues) => ProcessorResult | null) | ProcessorResult | null;
export type Translated = ((values: I18NDataValues) => ProcessorResult | null) | ProcessorResult | null;
/**

@@ -4,0 +4,0 @@ * Main class used for all I18n needs.

{
"name": "@webiny/i18n",
"version": "5.40.5",
"version": "5.41.0-dbt.0",
"main": "index.js",

@@ -34,8 +34,8 @@ "repository": {

"@types/lodash": "4.14.191",
"@webiny/cli": "5.40.5",
"@webiny/project-utils": "5.40.5",
"@webiny/cli": "5.41.0-dbt.0",
"@webiny/project-utils": "5.41.0-dbt.0",
"glob": "7.2.3",
"rimraf": "5.0.5",
"ttypescript": "1.5.15",
"typescript": "4.7.4"
"typescript": "4.9.5"
},

@@ -50,3 +50,3 @@ "publishConfig": {

},
"gitHead": "f67778732392ed88f28da869ddacbf08a98cdec6"
"gitHead": "bbaec4dd1685579548c08bbde386aee5d96b80f8"
}

@@ -23,3 +23,3 @@ import I18N from "./I18n";

}
export declare type ProcessorResult = string | ReactElement;
export type ProcessorResult = string | ReactElement;
/**

@@ -26,0 +26,0 @@ * @description I18N Processor - used for outputting text.

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