Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/vaadin-list-mixin

Package Overview
Dependencies
Maintainers
9
Versions
258
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-list-mixin - npm Package Compare versions

Comparing version 2.1.0-alpha1 to 2.1.0-beta1

8

package.json

@@ -13,3 +13,3 @@ {

"name": "@vaadin/vaadin-list-mixin",
"version": "2.1.0-alpha1",
"version": "2.1.0-beta1",
"main": "vaadin-list-mixin.js",

@@ -31,6 +31,6 @@ "author": "Vaadin Ltd",

"devDependencies": {
"@polymer/iron-test-helpers": "^3.0.0-pre.12",
"@webcomponents/webcomponentsjs": "^1.0.0",
"wct-browser-legacy": "0.0.1-pre.11"
"@polymer/iron-test-helpers": "^3.0.0-pre.18",
"wct-browser-legacy": "^1.0.1",
"@webcomponents/webcomponentsjs": "^2.0.0"
}
}

@@ -41,8 +41,5 @@ ![Bower version](https://img.shields.io/bower/v/vaadin-list-mixin.svg)

## Creating a pull request
## Contributing
- Make sure your code is compliant with our code linters: `gulp lint`
- Check that tests are passing: `npm test`
- [Submit a pull request](https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github) with detailed title and description
- Wait for response from one of Vaadin Elements team members
To contribute to the component, please read [the guideline](https://github.com/vaadin/vaadin-core/blob/master/CONTRIBUTING.md) first.

@@ -49,0 +46,0 @@

@@ -0,3 +1,13 @@

/**
@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 {

@@ -4,0 +14,0 @@ static get properties() {

Sorry, the diff of this file is not supported yet

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