@vaadin/vaadin-list-mixin
Advanced tools
Comparing version 2.0.0-pre.4 to 2.1.0-alpha1
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-list-mixin", | ||
"version": "2.0.0-pre.4", | ||
"version": "2.1.0-alpha1", | ||
"main": "vaadin-list-mixin.js", | ||
@@ -25,4 +25,3 @@ "author": "Vaadin Ltd", | ||
"supports-color": "3.1.2", | ||
"type-detect": "1.0.0", | ||
"@webcomponents/webcomponentsjs": "2.0.0" | ||
"type-detect": "1.0.0" | ||
}, | ||
@@ -33,6 +32,6 @@ "dependencies": { | ||
"devDependencies": { | ||
"@polymer/iron-test-helpers": "^3.0.0-pre.18", | ||
"wct-browser-legacy": "^0.0.1-pre.11", | ||
"@webcomponents/webcomponentsjs": "^2.0.0" | ||
"@polymer/iron-test-helpers": "^3.0.0-pre.12", | ||
"@webcomponents/webcomponentsjs": "^1.0.0", | ||
"wct-browser-legacy": "0.0.1-pre.11" | ||
} | ||
} |
@@ -1,13 +0,3 @@ | ||
/** | ||
@license | ||
Copyright (c) 2017 Vaadin Ltd. | ||
This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
*/ | ||
import { FlattenedNodesObserver } from '@polymer/polymer/lib/utils/flattened-nodes-observer.js'; | ||
/** | ||
* A mixin for `nav` elements, facilitating navigation and selection of childNodes. | ||
* | ||
* @polymerMixin | ||
*/ | ||
export const ListMixin = superClass => class VaadinListMixin extends superClass { | ||
@@ -14,0 +4,0 @@ static get properties() { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46296
8
185
1