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

@markuplint/i18n

Package Overview
Dependencies
Maintainers
1
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markuplint/i18n - npm Package Compare versions

Comparing version 4.5.1 to 4.5.2

6

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

## [4.5.1](https://github.com/markuplint/markuplint/compare/@markuplint/i18n@4.5.0...@markuplint/i18n@4.5.1) (2024-06-25)
## [4.5.2](https://github.com/markuplint/markuplint/compare/@markuplint/i18n@4.5.1...@markuplint/i18n@4.5.2) (2024-09-02)

@@ -15,2 +15,6 @@ **Note:** Version bump only for package @markuplint/i18n

## [4.5.1](https://github.com/markuplint/markuplint/compare/@markuplint/i18n@4.5.0...@markuplint/i18n@4.5.1) (2024-06-25)
**Note:** Version bump only for package @markuplint/i18n
# [4.5.0](https://github.com/markuplint/markuplint/compare/@markuplint/i18n@4.5.0-alpha.0...@markuplint/i18n@4.5.0) (2024-05-04)

@@ -17,0 +21,0 @@

2

cjs/translator.js

@@ -20,3 +20,3 @@ "use strict";

const useLastSeparator = keywords[0] == null || keywords[0] == false ? false : true;
const lastSeparator = useLastSeparator ? format.lastSeparator ?? format.separator : format.separator;
const lastSeparator = useLastSeparator ? (format.lastSeparator ?? format.separator) : format.separator;
const list = messageTmpl.map(keyword => format.quoteStart + translateKeyword(keyword, '', localeSet) + format.quoteEnd);

@@ -23,0 +23,0 @@ if (list.length === 1) {

{
"name": "@markuplint/i18n",
"version": "4.5.1",
"version": "4.5.2",
"description": "Internationalization for markuplint",

@@ -40,3 +40,3 @@ "repository": "git@github.com:markuplint/markuplint.git",

},
"gitHead": "05fdca254661ec335ff0cae4c6a11db164b032b9"
"gitHead": "77cd5a25d5cf28c83253b7bfe02cd25b54e236b0"
}

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