Socket
Socket
Sign inDemoInstall

@lion/localize

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/localize - npm Package Compare versions

Comparing version 0.15.4 to 0.15.5

10

CHANGELOG.md
# Change Log
## 0.15.5
### Patch Changes
- 8fb7e7a1: Fix type issues where base constructors would not have the same return type. This allows us to remove a LOT of @ts-expect-errors/@ts-ignores across lion.
- 9112d243: Fix missing types and update to latest scoped elements to fix constructor type.
- Updated dependencies [8fb7e7a1]
- Updated dependencies [9112d243]
- @lion/core@0.13.8
## 0.15.4

@@ -4,0 +14,0 @@

4

package.json
{
"name": "@lion/localize",
"version": "0.15.4",
"version": "0.15.5",
"description": "The localization system helps to manage localization data split into locales and automate its loading",

@@ -35,3 +35,3 @@ "license": "MIT",

"@bundled-es-modules/message-format": "6.0.4",
"@lion/core": "0.13.7",
"@lion/core": "0.13.8",
"singleton-manager": "1.2.1"

@@ -38,0 +38,0 @@ },

@@ -74,3 +74,2 @@ import { isDirective, LitElement } from '@lion/core';

// @ts-expect-error
class ParentElement extends LocalizeMixin(LitElement) {

@@ -83,3 +82,2 @@ static get localizeNamespaces() {

const tagString = defineCE(
// @ts-expect-error
class ChildElement extends LocalizeMixin(ParentElement) {

@@ -86,0 +84,0 @@ static get localizeNamespaces() {

@@ -59,3 +59,3 @@ import { Constructor } from '@open-wc/dedupe-mixin';

declare class LocalizeMixinHost {
// FIXME: return value type check doesn't seem to be `working!
constructor(...args: any[]);
static get localizeNamespaces(): StringToFunctionMap[];

@@ -62,0 +62,0 @@

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