Socket
Socket
Sign inDemoInstall

@lion/core

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/core - npm Package Compare versions

Comparing version 0.13.6 to 0.13.7

6

CHANGELOG.md
# Change Log
## 0.13.7
### Patch Changes
- 98f1bb7e: Ensure all lit imports are imported from @lion/core. Remove devDependencies in all subpackages and move to root package.json. Add demo dependencies as real dependencies for users that extend our docs/demos.
## 0.13.6

@@ -4,0 +10,0 @@

2

index.d.ts

@@ -24,2 +24,3 @@ export { asyncAppend } from 'lit-html/directives/async-append.js';

CSSResult,
CSSResultArray,
customElement,

@@ -31,2 +32,3 @@ defaultConverter,

property,
PropertyValues,
query,

@@ -33,0 +35,0 @@ queryAll,

2

package.json
{
"name": "@lion/core",
"version": "0.13.6",
"version": "0.13.7",
"description": "Core functionality that is shared across all Lion Web Components",

@@ -5,0 +5,0 @@ "license": "MIT",

import { Constructor } from '@open-wc/dedupe-mixin';
import { LitElement } from 'lit-element';
import { LitElement } from '../index.js';

@@ -4,0 +4,0 @@ export declare class DisabledHost {

import { Constructor } from '@open-wc/dedupe-mixin';
import { DisabledHost } from './DisabledMixinTypes';
import { LitElement } from 'lit-element';
import { LitElement } from '../index.js';
export declare class DisabledWithTabIndexHost {

@@ -5,0 +5,0 @@ tabIndex: number;

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