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.1.5 to 0.1.6

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [0.1.6](https://github.com/ing-bank/lion/compare/@lion/core@0.1.5...@lion/core@0.1.6) (2019-05-17)
### Bug Fixes
* **core:** remove type exports; use lit-element/html directly for types ([b2e7b70](https://github.com/ing-bank/lion/commit/b2e7b70))
## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/core@0.1.4...@lion/core@0.1.5) (2019-05-16)

@@ -8,0 +19,0 @@

20

index.js

@@ -0,1 +1,6 @@

/**
* Info for TypeScript users:
* For now please import types from lit-element and lit-html directly.
*/
// lit-html

@@ -26,11 +31,18 @@ export {

export {
css,
LitElement,
UpdatingElement,
// css-tag.js
supportsAdoptingStyleSheets,
CSSResult,
unsafeCSS,
CSSResult,
css,
// updating-element.js
defaultConverter,
notEqual,
UpdatingElement,
// decorators.js
customElement,
property,
PropertyDeclarations,
query,
queryAll,
eventOptions,
} from 'lit-element';

@@ -37,0 +49,0 @@ // ours

4

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

@@ -42,3 +42,3 @@ "author": "ing-bank",

},
"gitHead": "c47d9a2f7d10af226595a86b8b53f0f15dfce917"
"gitHead": "ca3f94f7545b348435beae3d7c86def9f9ba1a3f"
}
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