New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lion/overlays

Package Overview
Dependencies
Maintainers
1
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/overlays - npm Package Compare versions

Comparing version 0.16.13 to 0.17.0

12

CHANGELOG.md
# Change Log
## 0.17.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
## 0.16.13

@@ -4,0 +16,0 @@

4

package.json
{
"name": "@lion/overlays",
"version": "0.16.13",
"version": "0.17.0",
"description": "Overlays System using lit-html for rendering",

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

"dependencies": {
"@lion/core": "0.9.1",
"@lion/core": "0.10.0",
"popper.js": "^1.15.0",

@@ -38,0 +38,0 @@ "singleton-manager": "1.1.2"

@@ -43,4 +43,4 @@ import { dedupeMixin } from '@lion/core';

_requestUpdate(name, oldValue) {
super._requestUpdate(name, oldValue);
requestUpdateInternal(name, oldValue) {
super.requestUpdateInternal(name, oldValue);
if (name === 'opened') {

@@ -47,0 +47,0 @@ this.dispatchEvent(new Event('opened-changed'));

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