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 3.6.0 to 3.7.0

3

$schema.json

@@ -147,2 +147,3 @@ {

"top level": { "type": "string" },
"type": { "type": "string" },
"transparent model": { "type": "string" },

@@ -195,2 +196,4 @@ "unit": { "type": "string" },

"{0} is disallowed": { "type": "string" },
"{0} is disallowed to accept the following values: {1}": { "type": "string" },
"{0} is matched with the below disallowed patterns: {1}": { "type": "string" },
"{0} is not {1}": { "type": "string" },

@@ -197,0 +200,0 @@ "{0} is not allowed in {1} in this context": { "type": "string" },

@@ -135,2 +135,3 @@ {

"top level": "トップレベル",
"type": "型",
"transparent model": "トランスペアレントモデル",

@@ -179,2 +180,4 @@ "unit": "単位",

"{0} is disallowed": "{0}は禁止されています",
"{0} is disallowed to accept the following values: {1}": "{0}は次の値を受け取ることを禁止しています: {1}",
"{0} is matched with the below disallowed patterns: {1}": "{0}は次の許可しないパターンにマッチしました {1}",
"{0} is not {1}": "{0}は{1}ではありません",

@@ -181,0 +184,0 @@ "{0} is not allowed in {1} in this context": "このコンテキストでは、{1}に{0}を含めることはできません",

4

package.json
{
"name": "@markuplint/i18n",
"version": "3.6.0",
"version": "3.7.0",
"description": "HTML parser for markuplint",

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

},
"gitHead": "715dd53d3b1064a9bcf616c1533921cad9e3b187"
"gitHead": "884e8dbf60ec2a350761d5cda3cdc0725881b9dc"
}
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