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
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.0.0-dev.54 to 3.0.0-dev.95

2

$schema.json

@@ -119,2 +119,3 @@ {

"password": { "type": "string" },
"placeholder label option": { "type": "string" },
"property name": { "type": "string" },

@@ -186,2 +187,3 @@ "query": { "type": "string" },

"{0} has {1}": { "type": "string" },
"{0} if it has {1}": { "type": "string" },
"{0} includes {1}": { "type": "string" },

@@ -188,0 +190,0 @@ "{0} is {1:c}": { "type": "string" },

@@ -107,2 +107,3 @@ {

"password": "パスワード",
"placeholder label option": "プレースホルダーラベルオプション",
"property name": "プロパティ名",

@@ -170,2 +171,3 @@ "query": "クエリ",

"{0} has {1}": "{0}は{1}を持っています",
"{0} if it has {1}": "{1}を持つならば、{0}",
"{0} includes {1}": "{0}は{1}を含んでいます",

@@ -172,0 +174,0 @@ "{0} is {1:c}": "{0}{1:c}",

7

package.json
{
"name": "@markuplint/i18n",
"version": "3.0.0-dev.54+329808d5",
"version": "3.0.0-dev.95+599674b1",
"description": "HTML parser for markuplint",

@@ -14,2 +14,5 @@ "repository": "git@github.com:markuplint/markuplint.git",

},
"typedoc": {
"entryPoint": "./src/index.ts"
},
"scripts": {

@@ -19,3 +22,3 @@ "build": "tsc",

},
"gitHead": "329808d50ff8875e24031f692a0504d00b72c4f8"
"gitHead": "599674b17e532b5700e63c741217aba826e30feb"
}
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