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

@markuplint/i18n

Package Overview
Dependencies
Maintainers
0
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-alpha.1 to 4.5.1

6

CHANGELOG.md

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

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

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

## [4.5.1-alpha.0](https://github.com/markuplint/markuplint/compare/@markuplint/i18n@4.5.0...@markuplint/i18n@4.5.1-alpha.0) (2024-06-02)
**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)

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

5

cjs/translator.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.taggedTemplateTranslator = exports.translator = void 0;
exports.translator = translator;
exports.taggedTemplateTranslator = taggedTemplateTranslator;
const defaultListFormat = {

@@ -59,3 +60,2 @@ quoteStart: '"',

}
exports.translator = translator;
/**

@@ -80,3 +80,2 @@ * @experimental

}
exports.taggedTemplateTranslator = taggedTemplateTranslator;
function translateKeyword(keyword, flag, localeSet) {

@@ -83,0 +82,0 @@ // No translate

{
"name": "@markuplint/i18n",
"version": "4.5.1-alpha.1",
"version": "4.5.1",
"description": "Internationalization for markuplint",

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

},
"gitHead": "938c2164b55ad729da47a1851dc396c0033de3f7"
"gitHead": "05fdca254661ec335ff0cae4c6a11db164b032b9"
}
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