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.10.0 to 0.11.0

13

CHANGELOG.md
# Change Log
## 0.11.0
### Minor Changes
- 65ecd432: Update to lit-element 2.4.0, changed all uses of \_requestUpdate into requestUpdateInterval
### Patch Changes
- Updated dependencies [65ecd432]
- Updated dependencies [4dc621a0]
- @lion/core@0.10.0
- @lion/localize@0.14.2
## 0.10.0

@@ -4,0 +17,0 @@

6

package.json
{
"name": "@lion/calendar",
"version": "0.10.0",
"version": "0.11.0",
"description": "Standalone calendar",

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

"dependencies": {
"@lion/core": "0.9.1",
"@lion/localize": "0.14.1"
"@lion/core": "0.10.0",
"@lion/localize": "0.14.2"
},

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

@@ -237,4 +237,4 @@ import { html, LitElement } from '@lion/core';

*/
_requestUpdate(name, oldValue) {
super._requestUpdate(name, oldValue);
requestUpdateInternal(name, oldValue) {
super.requestUpdateInternal(name, oldValue);

@@ -241,0 +241,0 @@ const map = {

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