Socket
Socket
Sign inDemoInstall

@lion/calendar

Package Overview
Dependencies
Maintainers
1
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/calendar - npm Package Compare versions

Comparing version 0.12.10 to 0.12.11

11

CHANGELOG.md
# Change Log
## 0.12.11
### 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
- @lion/localize@0.15.5
## 0.12.10

@@ -4,0 +15,0 @@

6

package.json
{
"name": "@lion/calendar",
"version": "0.12.10",
"version": "0.12.11",
"description": "Standalone calendar",

@@ -36,4 +36,4 @@ "license": "MIT",

"dependencies": {
"@lion/core": "0.13.7",
"@lion/localize": "0.15.4"
"@lion/core": "0.13.8",
"@lion/localize": "0.15.5"
},

@@ -40,0 +40,0 @@ "keywords": [

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

*/
// @ts-expect-error https://github.com/microsoft/TypeScript/issues/40110
export class LionCalendar extends LocalizeMixin(LitElement) {

@@ -31,0 +30,0 @@ static get localizeNamespaces() {

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