Socket
Socket
Sign inDemoInstall

svelte-i18n

Package Overview
Dependencies
6
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.6 to 3.2.7

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## [3.2.7](https://github.com/kaisermann/svelte-i18n/compare/v3.2.6...v3.2.7) (2020-11-23)
### Bug Fixes
* 🐛 message formatter type ([40e6dbe](https://github.com/kaisermann/svelte-i18n/commit/40e6dbe8f7490c57b70dc96f525530f046abcda1)), closes [#109](https://github.com/kaisermann/svelte-i18n/issues/109)
## [3.2.6](https://github.com/kaisermann/svelte-i18n/compare/v3.2.5...v3.2.6) (2020-11-20)

@@ -2,0 +11,0 @@

2

package.json
{
"name": "svelte-i18n",
"version": "3.2.6",
"version": "3.2.7",
"main": "dist/runtime.cjs.js",

@@ -5,0 +5,0 @@ "module": "dist/runtime.esm.js",

@@ -16,3 +16,3 @@ import type { FormatXMLElementFn, Formats } from 'intl-messageformat';

}
export declare type MessageFormatter = (id: string | MessageObject, options?: MessageObject) => string | unknown;
export declare type MessageFormatter = (id: string | MessageObject, options?: MessageObject) => string;
export declare type TimeFormatter = (d: Date | number, options?: IntlFormatterOptions<Intl.DateTimeFormatOptions>) => string;

@@ -19,0 +19,0 @@ export declare type DateFormatter = (d: Date | number, options?: IntlFormatterOptions<Intl.DateTimeFormatOptions>) => string;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc