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

@vaadin/vaadin-list-mixin

Package Overview
Dependencies
Maintainers
19
Versions
254
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 20.0.2 to 20.0.3

6

package.json
{
"name": "@vaadin/vaadin-list-mixin",
"version": "20.0.2",
"version": "20.0.3",
"description": "vaadin-list-mixin",

@@ -27,3 +27,3 @@ "main": "vaadin-list-mixin.js",

"@polymer/polymer": "^3.0.0",
"@vaadin/vaadin-element-mixin": "^20.0.2"
"@vaadin/vaadin-element-mixin": "^20.0.3"
},

@@ -38,3 +38,3 @@ "devDependencies": {

},
"gitHead": "0163e148c4055f73fe27a1ae3f5452be95fcfff6"
"gitHead": "c9eded647fe8aaa6d97511c5ee1e87737f5aa124"
}

@@ -8,30 +8,8 @@ # vaadin-list-mixin

## Running tests in browser
1. Fork the `vaadin-list-mixin` repository and clone it locally.
1. Make sure you have [npm](https://www.npmjs.com/).
1. When in the `vaadin-list-mixin` directory, run `npm install` to install dependencies.
1. Run `npm test` to start the tests in Chrome.
## Debugging tests in browser
1. Run `npm run debug`, then choose manual mode (M) and open the link in browser.
## Following the coding style
We are using [ESLint](http://eslint.org/) for linting JavaScript code. You can check if your code is following our standards by running `npm run lint`, which will automatically lint all `.js` files.
## Contributing
To contribute to the component, please read [the guideline](https://github.com/vaadin/vaadin-core/blob/master/CONTRIBUTING.md) first.
Read the [contributing guide](https://vaadin.com/docs/latest/guide/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components.
## License
Apache License 2.0
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