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 1.1.0 to 1.1.1

2

lib/index.d.ts

@@ -12,3 +12,3 @@ export declare type Primitive = string | number | boolean;

private static _singleton;
static create(localeSet: LocaleSet | null): Promise<I18n>;
static create(localeSet: LocaleSet | null): I18n;
localeSet: LocaleSet | null;

@@ -15,0 +15,0 @@ private constructor();

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

}
static async create(localeSet) {
static create(localeSet) {
if (!I18n._singleton) {

@@ -11,0 +11,0 @@ I18n._singleton = new I18n(localeSet);

{
"name": "@markuplint/i18n",
"version": "1.1.0",
"version": "1.1.1",
"description": "HTML parser for markuplint",

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

},
"gitHead": "a7fbdff7d01567d5a184e440a6f12f66f710fb54"
"gitHead": "46a4a218a03ff25750386d3d6d7e184bbef8b046"
}

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