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 2.0.0-dev.20211213.1 to 2.0.0-dev.20220105.1

2

$schema.json

@@ -45,2 +45,3 @@ {

"c:duplicated": { "type": "string" },
"c:hard-coded": { "type": "string" },
"c:ineffective": { "type": "string" },

@@ -196,2 +197,3 @@ "c:invalid": { "type": "string" },

"{0} to {1}": { "type": "string" },
"\"{0}\" ID": { "type": "string" },
"a {0}": { "type": "string" },

@@ -198,0 +200,0 @@ "an {0}": { "type": "string" },

@@ -33,2 +33,3 @@ {

"c:duplicated": "が重複しています",
"c:hard-coded": "ハードコーディングされています",
"c:ineffective": "は効果がありません",

@@ -179,2 +180,3 @@ "c:invalid": "は妥当ではありません",

"{0} to {1}": "{0}から{1}",
"\"{0}\" ID": "ID「{0}」",
"a {0}": "{0}",

@@ -181,0 +183,0 @@ "an {0}": "{0}",

4

package.json
{
"name": "@markuplint/i18n",
"version": "2.0.0-dev.20211213.1",
"version": "2.0.0-dev.20220105.1",
"description": "HTML parser for markuplint",

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

},
"gitHead": "862b6312e54dc2cedc551ba86d10027adc25d3a5"
"gitHead": "73fab2765c080b0a42e71bdc1eed09bae0ed360e"
}

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