Socket
Socket
Sign inDemoInstall

@lion/core

Package Overview
Dependencies
Maintainers
2
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.17.2 to 0.17.3

directive.d.ts

6

CHANGELOG.md
# Change Log
## 0.17.3
### Patch Changes
- a35ec45d: Export forward compatible class based Directive in separate file like lit-html
## 0.17.2

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

1

index.js

@@ -40,3 +40,2 @@ // lit-element

} from 'lit-html';
export { Directive } from 'lit-html/directive.js';
export { asyncAppend } from 'lit-html/directives/async-append.js';

@@ -43,0 +42,0 @@ export { asyncReplace } from 'lit-html/directives/async-replace.js';

{
"name": "@lion/core",
"version": "0.17.2",
"version": "0.17.3",
"description": "Core functionality that is shared across all Lion Web Components",

@@ -53,2 +53,3 @@ "license": "MIT",

".": "./index.js",
"./directive": "./directive.js",
"./test-helpers": "./test-helpers/index.js",

@@ -55,0 +56,0 @@ "./closestPolyfill": "./src/closestPolyfill.js",

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