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.1 to 0.1.2

11

CHANGELOG.md

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

## [0.1.2](https://github.com/ing-bank/lion/compare/@lion/core@0.1.1...@lion/core@0.1.2) (2019-04-27)
### Bug Fixes
* add missing exports to core, input-iban, localize ([f5fd18c](https://github.com/ing-bank/lion/commit/f5fd18c))
## [0.1.1](https://github.com/ing-bank/lion/compare/@lion/core@0.1.0...@lion/core@0.1.1) (2019-04-26)

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

22

index.js
// lit-html
export { html, render, nothing, isDirective } from 'lit-html';
export {
html,
svg,
render,
noChange,
nothing,
directive,
isDirective,
TemplateResult,
SVGTemplateResult,
} from 'lit-html';
export { render as renderShady } from 'lit-html/lib/shady-render.js';

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

// lit-element
export { css, LitElement, UpdatingElement } from 'lit-element';
export {
css,
LitElement,
UpdatingElement,
unsafeCSS,
CSSResult,
defaultConverter,
notEqual,
} from 'lit-element';
// ours

@@ -18,0 +36,0 @@ export { dedupeMixin } from './src/dedupeMixin.js';

4

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

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

},
"gitHead": "a0651d3e076cb7a456acc7ac0bf5ed89ecec7d9f"
"gitHead": "6497db62d375612d691f00120daa0cdb2d899dc5"
}
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